Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Version

All versions

Explanation

...

Code Block
languagesql
iSQL> create table t1(c1 char(5000));
Create success.
iSQL> create table t2(c1 char(5000)) tablespace sys_tbs_disk_data;
Create success.

...