Left Outer Join(左外连接):如果不确定左表里的值是否出现在右表里,可以用这种连接关系。针对样本数据,我们确信所有的CUSTID值都会出现在CUSTOMER表里。
基于816个网页-相关网页
... 英文中副词或形容词的一种形式,表示一种比较或最高程度。较短的形容词和一些副词通常通过添加 -est 来构成其最高级,如“youngest”或“strongest”。 左向外联接 (left outer join) 作业 (job) ...
基于208个网页-相关网页
left outer join fetch 迫切左外连接
LEFT OUTER JOIN syscomments 注释信息
LEFT OUTER JOIN sysindexkeys 索引中的键或列的信息
LEFT OUTER JOIN sysproperties 表属性信息
LEFT OUTER JOIN sysproperties properties 字段属性信息
LEFT OUTER JOIN ON 左外连接
left LEFT OUTER JOIN 使用左侧对象的键
In this regard, the query is similar to a left outer join in SQL.
从这种意义上说,查询与 SQL 中的左外连接相似。
Figure 8 shows that the left outer join operations are cascaded if a rule USES more than one reference column.
图8展示了如果规则使用了多个参考列,那么左外部连接就进行级联。
The combined record is much easier to use-you only have to check the PICTURE field to see if it's not null (which was the result of the LEFT OUTER JOIN).
而组合的记录使用起来要容易得多—只需检查PICTURE字段,查看它是否为空(这是LEFT OUTER JOIN的结果)。
应用推荐