I'm trying to do a SELECT INTO using Oracle. My query is:
SELECT * INTO new_table FROM old_table;
But I get the following error:
SQL Error: ORA-00905: missing keyword
00905. 00000 - "missing keyword"
Any ideas what's wrong?
Thanks!
The Standard behavior of the above should be as I originally thought: However Oracle implemented it totally differently in their own dialect of SQL