Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 2 Current »

The creation and deletion methods of volatile tables are as follows.

생성

create volatile table vtable (id1 integer, name varchar(20));

삭제

drop table vtable;
  • No labels