代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/161966/9002698
sql xyglxt.sql
www.eeworm.com/read/426664/9006926
sql myvehicle.sql
www.eeworm.com/read/283554/9007813
sql library.sql
www.eeworm.com/read/426596/9011689
sql dm.sql
create table Customer
( Cno char(9) primary key,
Cname char(20),
Csex char(2) check(Csex in('男','女')),
Creg date,
Cactive char(2) check(Cactive in('是','否')),
Cconsumption decim
www.eeworm.com/read/283531/9011890
sql stu.sql
www.eeworm.com/read/283460/9020210
sql cchest.sql
--胸外科
create table chest_pat_visit
(
SERIAL_NO number(6),
patient_id varchar2(10),
visit_id number(2),
inp_no varchar2(6),
DOCTOR_IN_CHARGE varchar2(8),
NAME varchar2
www.eeworm.com/read/283460/9020211
sql ctsp.sql
remark---------------------------------
remark TABLESPACE INITIAL NEXT
remark---------------------------------
remark tsp_temp 50M 20M
remark tsp_chest 50M 20M
remark total 100M
remark--
www.eeworm.com/read/283460/9020213
sql crole.sql
create role role_chest
not identified;
grant connect to role_chest;