情形描写:
1.我们创立一个表,表名为S_DEPART
-- Create table create table S_DEPART ( departid INTEGER not null, departname NVARCHAR2(40) not null, departorder INTEGER default 0 )-- Create table creat
情形描写:
1.我们创立一个表,表名为S_DEPART
-- Create table create table S_DEPART ( departid INTEGER not null, departname NVARCHAR2(40) not null, departorder INTEGER default 0 )-- Create table creat