On Sun, 3 Mar 2002, Jennifer Downey wrote:

>Wondering do I have to have the WHERE clause in a select query?
>
>$b=mysql_query( SELECT * FROM my_table) <-----can I use something like this
>or do I have to put WHERE in the statement?

The where clause is optional.

-- 
-----------------------------------------------------------------------
Greg Donald - http://destiney.com/
http://phprated.com/ | http://phplinks.org/ | http://phptopsites.com/
-----------------------------------------------------------------------



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to