Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

不支持跨库查询语句吗? #85

Open
Shulong123 opened this issue Jun 3, 2019 · 1 comment
Open

不支持跨库查询语句吗? #85

Shulong123 opened this issue Jun 3, 2019 · 1 comment

Comments

@Shulong123
Copy link

No description provided.

@weeway
Copy link

weeway commented Sep 29, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants