我收到此错误:
1146 - 表'classicmodels2.classicmodels1'不存在“
...当我尝试运行此查询时,在phpmyadmin中:
SELECT t2.payments.checkNumber,
t1.customers.customerName
FROM classicmodels1 AS t1,
classicmodels2 AS t2
WHERE t1.customers.customerName = t2.payments.checkNumber