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
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