摘要:SQL标准中的Join的类型: 首先,设置表employees和department的数据为: 1、inner join … on操作类型 内连接inner join是基于连接谓词将两张表(如A和B)的列组合在一起的,产生新的结果表。 例子: 1 2 3 4 1 2 3 4 查询结果为: 注意:in
阅读全文
posted @ 2016-04-29 16:46
posted @ 2016-04-29 16:46
posted @ 2016-04-29 10:46