- 重点词汇
- 相关例句
inner join versus tables strung together in the from clause separated by commas
INNERJOINvsFROM子句中串在一起并用逗号分隔的表
互联网摘选
you create an inner join by dragging a field from one data source to a field on another data source.
创建内部联接的方法是,将一个数据源中的字段拖动到另一个数据源中的字段上。
互联网摘选
例如,在使用INNERJOIN时,比较不同表的两个列,检查它们是否相等。
互联网摘选
the logical operator that matches the physical operator, such as the inner join operator.
与物理运算符匹配的逻辑运算符,如InnerJoin运算符。
互联网摘选
however, if a where clause is added, the cross join behaves as an inner join.
但是,如果添加了WHERE子句,则交叉联接的行为将与内部联接行为相似。
互联网摘选
for more information about inner join syntax, see the topic inner join operation.
有关内部联接语法的详细信息,请参阅主题INNERJOIN操作。
互联网摘选
most of the time, you don't need to do anything to use an inner join.
在大多数情况下,不需要执行任何操作即可使用内部联接。
互联网摘选
在TableAdapter配置向导,使用查询生成器来设计查询包含内部联接。
互联网摘选
如果您希望只返回联接的两个表中其联接字段彼此匹配的那些行,则使用内部联接。
互联网摘选
内部联接是仅返回在相对数据集中具有匹配对象的那些对象的一种联接类型。
互联网摘选
namely, an inner join of the two tables will result in all people that have an office assignment.
也就是说,两个表的内部联接将导致所有人都会分配到办公室。
互联网摘选
内部联接是使用比较运算符比较要联接列中的值的联接。
互联网摘选
merge语句首先进行(外部联接或者内部联接,取决于merge语句)源与目标表行之间的联接。
互联网摘选
a join that displays only the rows that have a match in both joined tables is known as inner join.
在相联接的表中,如果只返回两表均匹配的行,该联接就是内联接。
互联网摘选