+|SQL_OUTER_JOINS|1.0|Note: The information type was introduced in ODBC 1.0; each return value is labeled with the version in which it was introduced.<br/><br/>A character string:<br/><br/>"N" = No. The data source does not support outer joins. (ODBC 1.0)<br/><br/>"Y" = Yes. The data source supports two-table outer joins, and the driver supports the ODBC outer join syntax except for nested outer joins. However, columns on the left side of the comparison operator in the ON clause must come from the left-hand table in the outer join, and columns on the right side of the comparison operator must come from the right-hand table. (ODBC 1.0)<br/><br/>"P" = Partial. The data source partially supports nested outer joins, and the driver supports the ODBC outer join syntax. However, columns on the left side of the comparison operator in the ON clause must come from the left-hand table in the outer join and columns on the right side of the comparison operator must come from the right-hand table. Also, the right-hand table of an outer join cannot be included in an inner join. (ODBC 2.0)<br/><br/>"F" = Full. The data source fully supports nested outer joins, and the driver supports the ODBC outer join syntax. (ODBC 2.0)|
0 commit comments