![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
#3
| |||
| |||
|
#4
| |||
| |||
|
|
I have the following SQL code but the it didn't work. It says the columns are ambiguously defined. Anyone can help me? Greatly appreciate it! PROC SQL; CONNECT TO ORACLE (USER="&user" PASS="&pass" PATH="@POWH17" BUFFSIZE=25000); |
|
CREATE TABLE actvy1_1st AS SELECT * FROM CONNECTION TO ORACLE ( SELECT actvy1.ID, actvy1.var1, actvy1.var2, actvy1.date from A actvy1, (select a.ID, min(a.date) mindate from A a, B c where a.ID =c.ID group by ID |
![]() |
| Thread Tools | |
| Display Modes | |
| |