Good Day,
The following two commands are syntactically correct in Oracle:
alter table tst
rename to tst2;
rename tst2 to tst3;
However, based on the following validator, they don't seem to be SQL-99 compliant.
Does anybody know what the proper SQL-99 command to rename a table is?
Thanks,
Dan
The following two commands are syntactically correct in Oracle:
alter table tst
rename to tst2;
rename tst2 to tst3;
However, based on the following validator, they don't seem to be SQL-99 compliant.
Does anybody know what the proper SQL-99 command to rename a table is?
Thanks,
Dan