Chapter Contents |
Previous |
Next |
The SQL Procedure |
Tip: | You can use CONNECTION TO in the SELECT statement's FROM clause as part of the from-list. |
See also: | Connecting to a DBMS Using the SQL Procedure Pass-Through Facility and your SAS/ACCESS documentation. |
CONNECTION TO dbms-name (dbms-query) |
CONNECTION TO alias (dbms-query) |
The number of tables that you can join with dbms-query is determined by the DBMS. Each CONNECTION TO component counts as one table toward the 32-table PROC SQL limit for joins.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.