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

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
hongyun
Forum Newbie
Posts: 2
Joined: Mon Jul 07, 2003 12:59 am

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

Post 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 ?????
[]InTeR[]
Forum Regular
Posts: 416
Joined: Thu Apr 24, 2003 6:51 am
Location: The Netherlands

Post by []InTeR[] »

What is the whole select statement?
User avatar
Stoker
Forum Regular
Posts: 782
Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:

Post by Stoker »

and what does DESCRIBE `tablename` give
Post Reply