weeway
Results
1
comments of
weeway
有找到解决方案吗?我遇到同样的问题。sql像下面这样 ``` SELECT * FROM `db2`.`tableA` AS a LEFT JOIN `db1`.`tableB` AS b ON a.company_code = b.CompanyCode WHERE a.company_code = 'xxx' AND a.company_type = '1' ```