Thread: SQL Query
View Single Post
Old 06-09-2005, 05:05 PM  
OptMediaJohn
Registered User
 
Join Date: May 2003
Posts: 11
SQL Query

Anyone good at SQL here?

I am trying to make a query that replaces a tab in a column after every entry in that column. I started using trim(), but I don't think I know how to use it corrrectly.

Here is what I have so far:


Select fullname_ from members_ and TRIM(BOTH ' ' members_);


What am i doing wrong?
OptMediaJohn is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote