I have to select all the columns from a table but I want to display one column with supressed leading zeroes. I can use ltrim(col,'0') for the specified column and it does supress the xeroes. How can I use select * from.....without having to type the rest of the column names. Is ther ea way to select * from with the exception. Any ideas will be welcome.
Note: I treid linking the table in Access but the ltrim syntax errors out. I tried ltrim(col) in Access - it does not supress zeroes since it is a character field.
Regards,
Naushi Hussain
Naushi.hussain@honeywell.com
Note: I treid linking the table in Access but the ltrim syntax errors out. I tried ltrim(col) in Access - it does not supress zeroes since it is a character field.
Regards,
Naushi Hussain
Naushi.hussain@honeywell.com