SQLAdvisor icon indicating copy to clipboard operation
SQLAdvisor copied to clipboard

不支持跨库查询语句吗?

Open Shulong123 opened this issue 6 years ago • 1 comments

Shulong123 avatar Jun 03 '19 06:06 Shulong123

有找到解决方案吗?我遇到同样的问题。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'

weeway avatar Sep 29 '22 09:09 weeway