Oracle Error PLS-01504: Use of AS phase in CREATE TABLE statement is non_ANSI

Oracle Error Message

PLS-01504: Use of AS phase in CREATE TABLE statement is non_ANSI

Reason for the Error

CREATE TABLE allows only the definition of the structure of a table. Use of AS phase in CREATE TABLE statement is non-ANSI.

Solution

None