Actualités

The following example performs a query, shown in underlined text, on the ORACLE table CUSTOMERS: proc sql; connect to oracle (user=scott password=tiger); select * from connection to oracle (select * ...