Is there a way in MySQL to list more that one where event, e.g.
SELECT * FROM names WHERE first='john' AND last='smith'
i don't know if this is possible or is there is a variant. Please contact me if you know the answer.
Max Slade
Yes, it is possible. As a matter of fact, your SQL is correct, assuming there are two fields named <B>first</B> and <B>last</B>, in a table named <B>names</B>.
fLIPIS