trim in select stmt
Database
2
Posts
2
Posters
0
Views
1
Watching
-
hi i am writing a quert to select all the columns from a table just like that select Eaton.* from Eaton eaton is my table name but some colums has blank spacesin left and right so i want to eliminate them so i use select Trim(Eaton.*) from Eaton but its not woking Whast i do if any body know Please help Thank in advance Thanks
-
hi i am writing a quert to select all the columns from a table just like that select Eaton.* from Eaton eaton is my table name but some colums has blank spacesin left and right so i want to eliminate them so i use select Trim(Eaton.*) from Eaton but its not woking Whast i do if any body know Please help Thank in advance Thanks