- 重点词汇
- retrievingn.检索(过程),取还;
- inner join内连接
- examplen. 例子;榜样;范例;先例;
- hereadv. 在这里;这时;在这一点上;(给某人东西或指出某物时说);
- salesadj.销售的,推销的;
- forconj.因为,由于;
- personsn.人( person的名词复数 );(语法)人称;
- theart.这个;指已提到或易领会到的人或事物;指独一无二的、正常的或不言而喻的人或事物;用以泛指;与形容词连用,指事物或统称的人;用于姓氏的复数形式前,指家庭或夫妇;(指特定用途的事物)足够,恰好;每,一;当前的,本,此;(重读,表示所指的为知名或重要的人或事物)
- 相关例句
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.
也就是说,两个表的内部联接将导致所有人都会分配到办公室。
互联网摘选
内部联接是使用比较运算符比较要联接列中的值的联接。
互联网摘选