News
The termination command that you select can be a script, stored procedure, or any DBMS SQL language statement that might provide additional control over the interaction between the SAS/ACCESS engine ...
Well, if you happen to be using Sql Server you can do that sort of thing in T-Sql. In Oracle, you can also accomplish the same thing using pl/sql. Either way i'd do it in a stored procedure.<BR ...
Not open for further replies. select id, value1, value2, 1 as type from tab2; select id, value1, value2, 2 as type from tab1 where tab1_value1 = "B" and tab1_value2 <> "C"; select id, value1 ...
The EXECUTE statement sends dynamic non-query, DBMS-specific SQL statements to the DBMS and processes those statements. In some SAS/ACCESS interfaces, you can issue an EXECUTE statement directly ...
Results that may be inaccessible to you are currently showing.
Hide inaccessible results