Name: Anonymous 2006-11-05 14:58
I want to do somthing like:
SELECT * FROM tblxy WHERE x='one' AND y='three'
I get a syntax error with this, how do i get it to work?
p.s. x and y are ment to be text
SELECT * FROM tblxy WHERE x='one' AND y='three'
I get a syntax error with this, how do i get it to work?
p.s. x and y are ment to be text