Groups | Blog | Home
all groups > vb.net data > october 2005 >

vb.net data : select where like question



Starbuck
10/31/2005 12:00:00 AM
Hi

The sql command below does not seem to work in SQL Server, can someone show
where I am going wrong

Select * from users where ref like '*JOH*' order by ref

Thanks in advance



--

Kevin Martin
Motor Trade Technologies

goodman
10/31/2005 11:22:15 AM
Use the '%' symbol instead of the '*'

Brian

[quoted text, click to view]

kc
10/31/2005 10:26:08 PM
Thanks

[quoted text, click to view]

AddThis Social Bookmark Button