嗨,我正在尝试使用 mysql 查询连接两个表,但我无法检索数据
两个表是 accountheader 和 accountheadermonths。
询问:
Select ah.AH_SUBNAME,ahm.AH_OPENINGBALANCE1
from erp_updated.accountheader ah,erp_updated.accountheader_months ahm
where ah.AH_CODE =" " AND ahm.AH_CODE=" " ;
提前谢谢请帮忙