代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/216820/14991443
sql createcustomer.sql
create table customer(
C_CUSTKEY int not null primary key check(C_CUSTKEY >= 0),
C_NAME varchar(25) not null,
C_ADDRESS varchar(40) not null,
C_NATIONKEY int not null check (C_NATIONKEY >= 0),
C_PHO
www.eeworm.com/read/216820/14991445
sql createrole.sql
create table ROLEINFO(rolename char(20) not null primary key, tablename char(20), privilege int);
www.eeworm.com/read/116013/14993042
ddp sql.ddp
www.eeworm.com/read/116013/14993057
dcu sql.dcu
www.eeworm.com/read/116013/14993061
pas sql.pas
unit SQL;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, Grids, DBGrids, StdCtrls, Buttons, DBActns, ActnList,
bsSkinCtrls,
www.eeworm.com/read/116013/14993070
dfm sql.dfm
object Form8: TForm8
Left = 48
Top = 139
Width = 857
Height = 613
Caption = 'SQL'#26597#35810
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font
www.eeworm.com/read/216753/14993285
sql ltrain.sql
CREATE TABLE ltrain
(lid Int Not Null,
direct TinyInt Not Null,
tid Int Not Null,
tType Tinyint
)
www.eeworm.com/read/216753/14993294
sql lhotel.sql
CREATE TABLE lhotel
(lid Int Not Null,
hid Int Not Null,
rType Tinyint,
rdays Tinyint
)
www.eeworm.com/read/216753/14993306
sql lres.sql
CREATE TABLE lres
(lid Int Not Null,
rid Int Not Null,
rType Tinyint,
rTimes Tinyint
)
www.eeworm.com/read/216753/14993319
sql lamuse.sql
CREATE TABLE lamuse
(lid Int Not Null,
Iid Int Not Null,
aTimes Tinyint
)