代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/405546/2287808
sql stud.sql
create database stud
go
use stud
go
create table student
( name varchar(10),
sex varchar(2),
age int)
www.eeworm.com/read/404579/2302532
sql createdb.sql
/*==============================================================*/
/* DBMS name: Microsoft SQL Server 2000 */
/* Created on: 2007-1-9 12:40:00
www.eeworm.com/read/404126/2306498
java sql.java
package oo;
import java.sql.*;
public class Sql {
private Connection conn=null;
private Statement st=null;
private ResultSet rs=null;
private PreparedStatement psmt=null;
private Databa
www.eeworm.com/read/403976/2308303
sql blazer.sql
use 酒店客房管理系统
--exec Hotel_GetRoomInfo 12007
--exec Hotel_UpdateRoomInfo "12109", D3109, "商业房","可用","无","宽带"
-- exec Hotel_EditRoom "12007",
--exec Hotel_addCustom "100002", "身份证", "秦汉","女","天津","
www.eeworm.com/read/403761/2308980
sql tpricing.sql
drop table t_pricing;
create table t_pricing(
pricing_id number primary key, -- 资费编码(pk)
pricing_name varchar2(32) not null unique, -- 资费名称
base_fee number(5,2),
www.eeworm.com/read/402216/2327226
txt sql.txt
Keywords
Database Objects
PLDoc
SQL*Plus
User Keywords 1
User Keywords 2
User Keywords 3
User Keywords 4