- Jan 21, 2005
- 17,722
- 6
- 81
Code:
CREATE TABLE JD_CUSTOMER1 AS
SELECT * FROM PWOLTP.CUSTOMER
TABLESPACE jnd_TBS01;
Trying to create a table with the same columns as another table in the database and in a specific tablespace. It doesn't like this...what is up?
