代码搜索:sql

找到约 10,000 项符合「sql」的源代码

代码结果 10,000
www.eeworm.com/read/229542/4754834

sql backtable.sql

--drop table dbo.BKInvenItem create table dbo.BKInvenItem ( _charIndex int, --character Server 俊辑 积己等 key _ItemDate0 int, -- Item 积己 锅龋 _ItemSN0 int, -- Item 捞 积己 揪府倔 _ItemNo0 smallint, -- Ite
www.eeworm.com/read/229542/4754836

sql charinfotable.sql

--insert DBCC USEROPTIONS --drop proc dbo.s_insertChar create proc dbo.s_insertChar --charInfo @iAccountID as int, -- AccountID @name as char(16), -- 纳腐磐 捞抚 @iSh as int, -- _iShape @bUn as ti
www.eeworm.com/read/229542/4754837

sql invenupdate.sql

--drop proc dbo.s_UpdateInven create proc dbo.s_UpdateInven @iIndex as int,--_charIndex int, --character Server 俊辑 积己等 key @iIDate0 as int, --_ItemDate int, -- Item 积己 锅龋 @siISN0 as int, -- _Ite
www.eeworm.com/read/229542/4754839

sql equipupdate.sql

--drop proc dbo.s_UpdateEquip create proc dbo.s_UpdateEquip @iIndex as int,--_charIndex int, --character Server 俊辑 积己等 key @iIDate0 as int, --_ItemDate int, -- Item 积己 锅龋 @siISN0 as int, -- _Ite
www.eeworm.com/read/229542/4754840

sql itemtable.sql

--drop table dbo.InvenItem create table InvenItem ( _charIndex int, --character Server 俊辑 积己等 key _ItemDate0 int, -- Item 积己 锅龋 _ItemSN0 int, -- Item 捞 积己 揪府倔 _ItemNo0 smallint, -- Item Table
www.eeworm.com/read/229434/4756011

sql schema.sql

drop database if exists STOREDB; create database STOREDB; use STOREDB; create table CUSTOMERS ( ID bigint not null auto_increment primary key, NAME varchar(16) not null, AGE INT, ADDR
www.eeworm.com/read/229434/4756037

sql schema.sql

drop database if exists STOREDB; create database STOREDB; use STOREDB; create table CUSTOMERS ( ID bigint not null auto_increment primary key, NAME varchar(16) not null, AGE INT, ADDR
www.eeworm.com/read/229434/4756038

sql schema.sql

drop database if exists STOREDB; create database STOREDB; use STOREDB; create table CUSTOMERS ( ID bigint not null auto_increment primary key, NAME varchar(16) not null, AGE INT, ADDR
www.eeworm.com/read/228717/4763041

sql drop.sql

DROP TABLE subscribers
www.eeworm.com/read/228717/4763042

sql create.sql

CREATE TABLE subscribers ( subscriberEmail VARCHAR2(80) PRIMARY KEY, subscriberPassword VARCHAR2(20), subscriberName VARCHAR2(80), managerFlag NUMBER(1), developerFlag NUMBER(