JavaScript Editor js editor     Web development 



Main Page

You have referenced a field that exists in more than one table.

For example, if you use the TESTDATA database and issue the following command, the same error occurs because the cust_id field exists in both the customer and orders tables:

В Copy Code
SELECT cust_id FROM customer,orders


JavaScript Editor js editor     Web development