代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/458008/1590283
sql create.sql
drop table if exists users;
drop table if exists line_items;
drop table if exists orders;
drop table if exists products;
create table products (
id int not null auto_increment
www.eeworm.com/read/457577/1596070
sql sanguo.sql
# MySQL-Front 3.2 (Build 14.3)
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_C
www.eeworm.com/read/456483/1605509
sql ajax.sql
-- MySQL dump 10.10
--
-- Host: localhost Database: ajax
-- ------------------------------------------------------
-- Server version 5.0.27-community-nt
/*!40101 SET @OLD_CHARACTER_SET_CLIEN
www.eeworm.com/read/456423/1606034
c sql.c
/**************************************************************************************************
$Id: sql.c,v 1.22 2005/04/20 16:40:25 bboy Exp $
Copyright (C) 2002-2005 Don Moore
www.eeworm.com/read/456423/1606043
po sql.po
sql.o sql.o: sql.c mydns.h ../../lib/mydnsutil.h ../../config.h \
/usr/include/unistd.h /usr/include/features.h /usr/include/sys/cdefs.h \
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
www.eeworm.com/read/456378/1606149
sql data.sql
#use test;
drop table operator;
drop table doctor_message;
drop table patient_message;
drop table see_doctor_message;
drop table price_management;
drop table charge_management;
drop table med
www.eeworm.com/read/456062/1608286
sql createtable.sql
create table test.customers
(
cusId varchar2(20),
cusName varchar2(20),
cusSex varchar2(2),
cusAge numeric(3),
cusIdCard varchar2(20)
)
select * from customers