Try specifying the source tables more explicitly in your SELECT statement.

SELECT table_a.VendorJobs opt_a
, table_b.VendorJobs opt_b
...

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to