标签:hellip nbsp ble 类型 weight ora 表名 default oracle
创建数据表; create table 表名 ( 列明1 数据类型1 [约束性条件], 列明1 数据类型1 [约束性条件], …… ) tablespace 表空间 create table student05 ( student_id number not null, student_name varchar2(20), student_age number, status varchar2(2), version number default 0 ) tablespace test select * from student05;
标签:hellip nbsp ble 类型 weight ora 表名 default oracle
原文地址:https://www.cnblogs.com/xiaobaibailongma/p/12257511.html