eg "SELECT * FROM date WHERE name = 'etc' AND lastname = 'etc' AND etc='etc'";
3
-
4Question is not clear. You have already constructed a query.zerkms– zerkms2011-04-16 15:31:44 +00:00Commented Apr 16, 2011 at 15:31
-
what exactly is the question here?cweinberger– cweinberger2011-04-16 15:32:12 +00:00Commented Apr 16, 2011 at 15:32
-
I'm assuming you mean, How would I construct a mysql query to use multiple AND operators using a language other than SQL. If that is what you mean, better say so...razlebe– razlebe2011-04-16 15:36:01 +00:00Commented Apr 16, 2011 at 15:36
Add a comment
|