SQL OUTER JOIN的意思|示意

美 / / 英 / /

SQL外部连接


SQL OUTER JOIN的网络常见释义

外部连接 那如果我们想要列出一个表格中每一笔的资料,无论它的值在另一个表格中有没有出现,我们就需要用到 SQL OUTER JOIN (外部连接) 的指令: SELECT A1.name, SUM(A2.point) SALES

SQL OUTER JOIN相关例句

In this regard, the query is similar to a left outer join in SQL.

从这种意义上说,查询与 SQL 中的左外连接相似。

For example, using SQL to create a multi-table outer join that outputs its results to a new XML document is much more complicated to the average developer than writing XQuery.

比方说,对于一般开发人员,使用SQL创建输出结果为新xml文档的多表外连接查询要比编写XQuery复杂得多。

In SQL terms, this merge calls for an outer join, which matches each row in the work items data set to the single row in the states data set with a matching state ID.

在sql术语中,该合并会调用一个外层联系,它会将工作项数据集合中的每一行,与状态数据集合中的单个行使用匹配状态ID来匹配起来。