代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/277227/4157987
sql mckoi.sql
DROP TABLE IF EXISTS QRTZ_JOB_LISTENERS;
DROP TABLE IF EXISTS QRTZ_TRIGGER_LISTENERS;
DROP TABLE IF EXISTS QRTZ_FIRED_TRIGGERS;
DROP TABLE IF EXISTS QRTZ_PAUSED_TRIGGER_GRPS;
DROP TABLE IF EXISTS QRTZ
www.eeworm.com/read/277083/4159282
sql init.sql
insert tsy001(id,name,pwd,type,sort,status) values('admin','韩涵','873d1ef25bce694a20928544235c5874',100,'00')
insert tcd002(id,Name,status) values('00','不用确认','00');
insert tcd002(id,Name,status) v
www.eeworm.com/read/277083/4159283
sql table.sql
CREATE TABLE `tbs001` (
`Tbs001_inc` int unsigned NOT NULL auto_increment,
`Id` varchar(20) NOT NULL,
`nickname` varchar(40) not null,
`pwd` Varchar(60) NOT NULL,
`Email` Varchar(60) NO
www.eeworm.com/read/275576/4173877
java sql.java
/*
* $Id: Sql.java 4066 2006-09-20 17:26:36Z glaforge $
*
* Copyright 2003 (C) James Strachan and Bob Mcwhirter. All Rights Reserved.
*
* Redistribution and use of this software and associ
www.eeworm.com/read/274453/4186350
sql tbudf.sql
/*
TBUDF - Tecnobyte UDF for FireBird
Author...: Daniel Pereira Guimar鉫s
E-mail...: tecnobyte@ulbrajp.com.br
Home-Page: www.ulbrajp.com.br/~tecnobyte
This library is Open-Source!
*
www.eeworm.com/read/274079/4190582
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/274079/4190608
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/274079/4190609
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