代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/445968/1717367
sql netbarcreatetable.sql
--1.会员信息表(会员卡号,卡号密码,卡号余额,会员名称,身份证号,注册日期,卡号状态[0:未使用;1:使用],上次登录时间)
create table customer
(
cusCardNum varchar(16) not null primary key,
cusCardPassword varchar(16) not null,
cusBalance varchar(
www.eeworm.com/read/445968/1717368
sql insert.sql
insert into customer values('001','54321','200','李宝明','362402198601040513','2008-8-29 8:26:25','')
insert into customer values('002','12553','100','石文勇','362402198501040211','2008-8-29 8:30:47','')
www.eeworm.com/read/445837/1717680
sql ejb.sql
drop table accounts;
drop table customers;
drop table orders;
drop table Books;
drop table orderLineItems;
create table accounts (id varchar(64), ownername varchar(64), balance numeric(18));
c
www.eeworm.com/read/445365/1723870
sql diff.sql
# $Id: diff.sql 9728 2007-12-22 10:26:36Z eddieajau $
# RC 4 to next version (working file)
# NO CHANGES