Welcome Guest ( Log In | Register )



 
Reply to this topicStart new topic
> Sql Syntax Error [corrected], apostrophes missing
Eggie
post Feb 17 2008, 11:17 PM
Post #1


Advanced Member
Group Icon

Group: [HOSTED]
Posts: 175
Joined: 19-January 08
From: Zagreb/Croatia
Member No.: 27,735



QUOTE
#1054 - Unknown column 'Eggie' in 'where clause'

i get that error when i type this in MYSQL
CODE
select bike from members where username=Eggie

i have column bike,members and username...
and i have information in every of those columns...
but why does it say that there is no COLUMN because i said i want info from row where column 'username' is 'Eggie'

btw-YAY..my 101 post

EDIT:sorry...i just solved it i forgot to put apostrophes
CODE
select bike from members where username='Eggie'


This post has been edited by yordan: Feb 18 2008, 10:14 AM
Go to the top of the page
 
+Quote Post
faulty.lee
post Feb 18 2008, 12:22 AM
Post #2


Premium Member
Group Icon

Group: [HOSTED]
Posts: 495
Joined: 5-November 06
Member No.: 17,016



Well, this is always something a lot of ppl miss easily. Because the error "Unknown column" is quite misleading in this case. Anyway, it's good that you found out yourself.
Go to the top of the page
 
+Quote Post
yordan
post Feb 18 2008, 10:15 AM
Post #3


Way Out Of Control - You need a life :)
Group Icon

Group: [MODERATOR]
Posts: 2,042
Joined: 16-August 05
Member No.: 7,896



QUOTE
sorry...i just solved it i forgot to put apostrophes

congrats for the self-repairing. I slightly touched the topic title in order to make it reflect the facts.
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Error In Installing MySQL Server(6)
  2. Help Needed With MySQL_fetch-array() Error(3)
  3. MySQL: Help Needed With MySQL_fetch_array() Error(7)
  4. phpMyAdmin-MySQL Error #1251:client Authentication(6)
  5. Need Help On SQL Syntax(2)
  6. Forum SQL Error(3)
  7. Problems With A Database Table & PHP Syntax(21)
  8. New MySQL Server & Blank Fields Problem With Jsp(0)
  9. Need Syntax Help With MySQL And PHP(8)
  10. Lost Connection To Mysql ,..., System Error: 111 In(3)
  11. I Have An Error With My Mysql Connection(7)


 



- Lo-Fi Version Time is now: 11th October 2008 - 06:39 AM