> SELECT customer_zip zip FROM customer WHERE zip > '90000' > > ---- Error ------------------------------- > Auto Commit: On, SQL Mode: Internal, Isolation Level: Committed > Column not found;-4005 POS(8) Unknown column name:CUSTOMER_ZIP > SELECT customer_zip zip FROM customer WHERE zip > '90000'
Well, OK. This one is obvious: there is no column named "customer_zip" in the table "customer". Please check the table names "customer" for a column called "customer_zip".
signature.asc
Description: OpenPGP digital signature
