Select statment not working

liunx

Guest
I am trying to do this:

SELECT FROM nuke_users where email ='[email protected]';

and I am getting this error, Why????


You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'FROM nuke_users WHERE email = <!-- e --><a href="mailto:'[email protected]">'[email protected]</a><!-- e -->' LIMITTry :

SELECT * FROM nuke_users where email ='[email protected]';thanks I forgot the "*". i really appreciate it
 
Top