Home > Database > Mysql Tutorial > body text

Sql之表的连接总结

WBOY
Release: 2016-06-07 17:37:46
Original
980 people have browsed it

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 ,

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template