在传递下面的查询时,我得到一个错误。你能告诉我我传错了什么吗?
Select *
from RA_CUSTOMER_TRX_ALL INNER JOIN
HZ_CUST_ACCOUNTS
ON HZ_CUST_ACCOUNTS.BILL_TO_CUSTOMER_ID = RA_CUSTOMER_TRX_ALL.BILL_TO_CUSTOMER_ID
错误为ora-00904:“hz\ U cust\ U accounts.”“bill\ U to\ U customer\ U id”:无效标识符
1条答案
按热度按时间fykwrbwg1#
hz\ u cust\ u accounts.bill\ u to\ u customer\ id不是有效的列名。