kop
03-09-02, 10:40
| Hi How do I trim a field of trailing spaces in SQL statement? cheers:rolleyes: |
View Full Version : Trim
| Hi How do I trim a field of trailing spaces in SQL statement? cheers:rolleyes: |
| Hi Try to use ltrim(rtrim(xx)) to get rid of spaces... bye raju;) |