|
Good afternoon everyone!
A quick question - I have some tables in Oracle that when I try and connect
to using PROC SQL, I'm getting "myconn.[table name].data does not exist".
I'm thinking the table names are reserved words (they are called TEST and
PROCEDURE). In SQL Server, you could put square brackets around tables
that had names "not allowed" by the database, but that didn't work in SAS.
I know I have full access to these tables as I can get to them through
other means (Oracle's SQL Developer, Eclipse, etc.).
Any thoughts would be appreciated...
Chris
|