Forum Moderators: open

Message Too Old, No Replies

SQL to detect spaces in the data

SQL to detect spaces in the data

         

shaan1980

3:42 pm on Dec 16, 2005 (gmt 0)

10+ Year Member



I want to a creata query for that returns data items that contain a space.

for example id='9 0'

I am using a sybase database.

syber

3:46 pm on Dec 16, 2005 (gmt 0)

10+ Year Member



WHERE id LIKE '% %'