代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/438939/7718992
sql basket.sql
USE Shop
GO
CREATE TABLE Basket (
Id Int IDENTITY (1, 1),
UserId Varchar (20),
GoodsId Int,
OrderTime Datetime,
OrderCount Int DEFAULT 0,
SalePrice Float DEFAULT 0,
UserCh
www.eeworm.com/read/438939/7718994
sql users.sql
USE Shop
GO
CREATE TABLE Users (
UserId Varchar (20) PRIMARY KEY,
Pwd Varchar (20),
UserName Varchar (50),
Sex Bit,
Address Varchar (1000),
Email Varchar (50),
Telephone
www.eeworm.com/read/438870/7725143
sql news.sql
# MySQL-Front 3.2 (Build 6.2)
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CO
www.eeworm.com/read/438838/7725266
chm sql 教程.chm
www.eeworm.com/read/438827/7725932
txt sql.txt
create database fix;
use fix;
create table fix(id bigint primary key auto_increment,
name varchar(10),
area varchar(50),
time1 date,
summary varchar(250),
content text,
time2 date,
www.eeworm.com/read/438748/7727530
sql 54008.sql
-- -------------------------------------------------
-- Filename: 54008.sql
--
-- Script file for PL/SQL 101 for Oracle 10g
-- Chapter 08
-- Created by Christopher Allen
-- Copyright Oracle Pres
www.eeworm.com/read/438748/7727531
sql 54004.sql
-- -------------------------------------------------
-- Filename: 54004.sql
--
-- Script file for PL/SQL 101 for Oracle 10g
-- Chapter 04
-- Created by Christopher Allen
-- Copyright Oracle Pres
www.eeworm.com/read/438748/7727532
sql 54007.sql
-- -------------------------------------------------
-- Filename: 54007.sql
--
-- Script file for PL/SQL 101 for Oracle 10g
-- Chapter 07
-- Created by Christopher Allen
-- Copyright Oracle Pres
www.eeworm.com/read/438748/7727533
sql 54009.sql
-- -------------------------------------------------
-- Filename: 54009.sql
--
-- Script file for PL/SQL 101 for Oracle 10g
-- Chapter 09
-- Created by Christopher Allen
-- Copyright Oracle Pres