Home  >  Article  >  Database  >  Sql之表的连接总结

Sql之表的连接总结

WBOY
WBOYOriginal
2016-06-07 17:37:46983browse

1、交叉连接(就是将两张表的数据 交叉组合在一起) 有两张表 客户表:[Sales.Customers] 和订单表:[Sales.Orders]。 业务需求:实现 Customer中custid(客户Id) 和 Orders表中的 Orderid的 交叉连接 c.custid,o.orderid c o

1、交叉连接(就是将两张表的数据 交叉组合在一起)

有两张表 客户表:[Sales.Customers] 和订单表:[Sales.Orders]。

业务需求:实现 Customer中custid(客户Id) 和 Orders表中的 Orderid的 交叉连接

c.custid,o.orderid c o ,

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn