I am using this in an asp, what is wrong with this SQL statement?
strQ = "Select * from tblEmp where phone <> null and site in ('111','13','4','60','58','24','59','33','2','26','10','22','38','1','129')"
Printable View
I am using this in an asp, what is wrong with this SQL statement?
strQ = "Select * from tblEmp where phone <> null and site in ('111','13','4','60','58','24','59','33','2','26','10','22','38','1','129')"
I ended up getting it to work, thanks.:)