We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
假如我有 A, B两个数据库 A库有个admin_account表用于存管理员数据 B库有个comment_info表用于存评论数据 B库得comment_info表中有一个字段adminId对应着A库admin_account的id 现在我查询B库comment_info中的评论数据的时候,想联合查询出A表中id=adminId的数据。
The text was updated successfully, but these errors were encountered:
自己使用query写sql语句了
Sorry, something went wrong.
No branches or pull requests
假如我有 A, B两个数据库
A库有个admin_account表用于存管理员数据
B库有个comment_info表用于存评论数据
B库得comment_info表中有一个字段adminId对应着A库admin_account的id
现在我查询B库comment_info中的评论数据的时候,想联合查询出A表中id=adminId的数据。
The text was updated successfully, but these errors were encountered: