Page 1 of 1

Unknown column 'username' in 'field list' ???

Posted: Mon Jul 07, 2003 12:59 am
by hongyun

Code: Select all

MySQL said: 

Unknown column 'username' in 'field list'
what is the problem with this ??

my situation is : the table already exist, i try to add a new column named "username" into that table,but when i do the select, the error comes out !! what is happen ?????

Posted: Mon Jul 07, 2003 1:57 am
by []InTeR[]
What is the whole select statement?

Posted: Mon Jul 07, 2003 6:48 am
by Stoker
and what does DESCRIBE `tablename` give