代码搜索:create
找到约 10,000 项符合「create」的源代码
代码结果 10,000
www.eeworm.com/read/104806/6201510
sql create_table.sql
CREATE TABLE STUDENTTBL
(
STUDENT_ID VARCHAR(8) NOT NULL,
NAME VARCHAR(30),
PRIMARY KEY(STUDENT_ID)
);
CREATE TABLE COURSETBL
(
COURSE_ID VARCHAR(8) NOT NULL,
NAME VARCHAR(
www.eeworm.com/read/103509/6215156
3 rtf_create.3
.\" This -*- nroff -*- file has been generated from
.\" DocBook SGML with docbook-to-man on Debian GNU/Linux.
...\"
...\" transcript compatibility for postscript use.
...\"
...\" synopsis: .P!
www.eeworm.com/read/103509/6215187
3 pthread_create.3
.\" This -*- nroff -*- file has been generated from
.\" DocBook SGML with docbook-to-man on Debian GNU/Linux.
...\"
...\" transcript compatibility for postscript use.
...\"
...\" synopsis: .P!
www.eeworm.com/read/103008/6224248
sql create_rt.sql
CREATE TABLE SYSTEM.RepairTicket
(
id VARCHAR(15),
priority CHAR(4),
approved CHAR(3),
name VARCHAR(100),
contact VARCHAR(100)
)
www.eeworm.com/read/102071/6234521
c gsm_create.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
www.eeworm.com/read/102068/6234554
c gsm_create.c
/*
* Copyright 1992 by Jutta Degener and Carsten Bormann, Technische
* Universitaet Berlin. See the accompanying file "COPYRIGHT" for
* details. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.