当数据库存在不同字段名时的自然连接

来源:互联网 发布:秦淮数据 居静 编辑:程序博客网 时间:2024/06/06 09:04
sql - How to do natural join when the common column have different names? - Stack Overflow
from Customer c join     Address a     on a.id = c.id_Customer
阅读全文
0 0