Re: [BUGS] BUG #1817: column not exist

2005-08-10 Thread Richard Huxton
nguyen wrote: when i excecuted sql command "select * from employee" then result were ok, but if sql command were "select employeeID from employee" then have error return : column employeeID does not exist This error is usually produced because a column of that name does not exist. Since you a

[BUGS] BUG #1817: column not exist

2005-08-10 Thread nguyen
The following bug has been logged online: Bug reference: 1817 Logged by: nguyen Email address: [EMAIL PROTECTED] PostgreSQL version: 8.0.3 Operating system: windown2000 server Description:column not exist Details: when i excecuted sql command "select * from employee