URGENT: Postgres insert error

wxdqz

New Member
I am running a postgres7 server, and am trying to do an insert statment to a "dbsites" database, "domains" table. The fields in the table are "accountID" and "domain".
This is the statement I made

INSERT INTO domains (domain, accountID) VALUES ('$domain', '$accountID')

I have been getting this error message, and have checked and double checked - the cases are all right.

ERROR: Relation 'domains' does not have attribute 'accountid'

Please help, as soon as possible. Thanks
Pray for America
 
Back
Top