Hello, What returns when I run a query like this; Select * from test where name like 'co_%'; I expect anything that starts with 'co_' and NOT 'co' only. Am I right? But I get every names that starts with 'co'. Why ? Happiness Always BKR Sivaprakash
- Re: select * from test where name like 'co_%' sivapostg...@yahoo.com
- Re: select * from test where name like 'co_%' Kenneth Marshall
- Re: select * from test where name like 'co_%' Paul Foerster
- Re: select * from test where name like 'co... sivapostg...@yahoo.com