create tableとかdrop tableとかでのif existsはOracle 23cから利用可能な機能となっている。
それ以前だと下記のようなエラーになる。
drop table IF EXISTS hogehoge;
ORA-00933: SQL command not properly ended
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 1 year has passed since last update.
create tableとかdrop tableとかでのif existsはOracle 23cから利用可能な機能となっている。
それ以前だと下記のようなエラーになる。
drop table IF EXISTS hogehoge;
ORA-00933: SQL command not properly ended
Register as a new user and use Qiita more conveniently
Go to list of users who liked