Stuart Felenstein wrote:

SQL: Select * from Education_table (and no the table is not
named table)


From: TypeID = Value , Type = Label
Choose High School
Error Msg:
Unknown column 'HS' in 'field list'



You need to show the exact SQL statement that you're sending. Obviously "SELECT * FROM
Education_table" isn't the whole thing, and it's unclear what all that "From:" and "Choose"
garbage afterward is. Judging by the error message, your SQL statement is trying to select a
column called HS that doesn't exist in the table, but you're not showing us the SQL
statement that gives the error.


--
Keith Ivey <[EMAIL PROTECTED]>
Washington, DC


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to