bazmati Posted August 18, 2009 Share Posted August 18, 2009 Hi all, I'm just teaching myself PHP and MySQL. I'm just trying to do a simple conditional: SELECT first_name FROM users WHERE last_name ='Simpsons'; but I get this error if there is going to be more than one record returned: #1064 - 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 '' at line 1 I'm using phpMyAdmin 2.7.0-pl2 if this helps. Quote Link to comment https://forums.phpfreaks.com/topic/170840-phpmyadmin-newbie-question/ Share on other sites More sharing options...
Maq Posted August 18, 2009 Share Posted August 18, 2009 Looks correct to me. Are you querying directly in phpMyAdmin? Quote Link to comment https://forums.phpfreaks.com/topic/170840-phpmyadmin-newbie-question/#findComment-900970 Share on other sites More sharing options...
bazmati Posted August 18, 2009 Author Share Posted August 18, 2009 Hi Maq yes I'm querying in phpMyAdmin, if i want to select and show all records its fine it shows them all, but as soon as I try to narrow it down anything with more than one record comes up with an error. Quote Link to comment https://forums.phpfreaks.com/topic/170840-phpmyadmin-newbie-question/#findComment-900988 Share on other sites More sharing options...
Maq Posted August 18, 2009 Share Posted August 18, 2009 Can you show me your table structure? describe users; Quote Link to comment https://forums.phpfreaks.com/topic/170840-phpmyadmin-newbie-question/#findComment-900996 Share on other sites More sharing options...
bazmati Posted August 18, 2009 Author Share Posted August 18, 2009 I've attached a screen shot is this what you want to see, sorry if this is an obvious question I've only just started to learn. [attachment deleted by admin] Quote Link to comment https://forums.phpfreaks.com/topic/170840-phpmyadmin-newbie-question/#findComment-901003 Share on other sites More sharing options...
Maq Posted August 18, 2009 Share Posted August 18, 2009 Hmm, still don't see anything peculiar. Are you inputting your query exactly like this? SELECT first_name FROM users WHERE last_name ='Simpsons'; The error doesn't seem to relate to your query. Maybe I'm overlooking something, but everything looks valid to me. Quote Link to comment https://forums.phpfreaks.com/topic/170840-phpmyadmin-newbie-question/#findComment-901007 Share on other sites More sharing options...
bazmati Posted August 18, 2009 Author Share Posted August 18, 2009 Yeah i've inputted exactly that. Everything else I'm working on is fine, just this one thing. Going to give it a try on my pc at home and see if it works ok on that. Thanks for your help Maq. Quote Link to comment https://forums.phpfreaks.com/topic/170840-phpmyadmin-newbie-question/#findComment-901010 Share on other sites More sharing options...
Maq Posted August 18, 2009 Share Posted August 18, 2009 Yeah i've inputted exactly that. Everything else I'm working on is fine, just this one thing. Going to give it a try on my pc at home and see if it works ok on that. Thanks for your help Maq. The only other suggestions is to try doing it through the command line. Quote Link to comment https://forums.phpfreaks.com/topic/170840-phpmyadmin-newbie-question/#findComment-901013 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.