想要查询多个表,看看数据是否存在
我至少有4张桌子。
我希望能够使用一个表作为“主表”,并查询接下来的 3 个表,以查看主表中存在的关键字段中的值是否存在于其他 3 个表中。我想对主表中的所有行执行此操作。
有什么建议吗?
I have at least 4 tables.
I want to be able to use one table as the 'master' and query the next 3 tables to see if the value in the key field that exists within the master table exists in any of the other 3 tables. I want to do this for all rows within the master table.
Any tips?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
类似的东西
可能需要摆弄语法,因为你没有说哪个 DBMS
Something like
Might need to twiddle with the syntax as you didn't say which DBMS