Hi,
I am trying to make a SELECT command like this:
$qid =db_query("
SELECT ID, NAME, ADDRESS
FROM users
WHERE ID=* AND NAME='John'
");Is it somehow possible to have a wildcard, so it returns all records, where the name is john and the ID is not important? Regards, Morten -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
