| 1. | The escape sequence for outer joins is the following 外部联接的转义序列如下: |
| 2. | The data source supports full outer joins 数据源支持完全外部联接。 |
| 3. | The data source supports right outer joins 数据源支持右外部联接。 |
| 4. | The data source supports left outer joins 数据源支持左外部联接。 |
| 5. | A right outer join is the reverse of a left outer join 右向外部联接是左向外部联接的反向联接。 |
| 6. | A full outer join returns all rows in both the left and right tables 完整外部联接将返回左表和右表中的所有行。 |
| 7. | Outer joins can be a left , a right , or full outer join 外部联接可以是左向外部联接、右向外部联接或完整外部联接。 |
| 8. | Limit using outer joins 使用outer join进行限制 |
| 9. | The and operators for outer join are supported with a warning message 支持在警告消息中使用外部联接运算符* =和= * 。 |
| 10. | How to : create outer joins 如何:创建外部联接 |