代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/234333/4659999
sql createaccounts.sql
create database AccountsDB
go
use AccountsDB
create table Accounts ([Client] varchar (15) NOT NULL, [Balance] int NOT NULL)
create unique index Client on Accounts([Client])
insert into Accounts V
www.eeworm.com/read/234333/4660000
sql createexchange.sql
create database StocksDB
go
use StocksDB
create table Stocks ([Symbol] varchar (5) NOT NULL,
[Shares] int NOT NULL,
[MarketPrice] int NOT NULL)
create unique index [Symbol] on Stocks([Symbol])
www.eeworm.com/read/232405/4701783
sql resultat.sql
--
-- This file is part of the GeOxygene project source files.
--
-- GeOxygene aims at providing an open framework which implements OGC/ISO specifications for
-- the development and deployment
www.eeworm.com/read/232405/4701784
sql dico.sql
--
-- This file is part of the GeOxygene project source files.
--
-- GeOxygene aims at providing an open framework which implements OGC/ISO specifications for
-- the development and deployment
www.eeworm.com/read/232405/4701785
sql tableaux.sql
-- Copyright (C) 2005 Institut G閛graphique National
--
-- This library is free software; you can redistribute it and/or modify it under the terms
-- of the GNU Lesser General Public License as publ
www.eeworm.com/read/232405/4701788
sql maclasse.sql
-- Copyright (C) 2005 Institut G閛graphique National
--
-- This library is free software; you can redistribute it and/or modify it under the terms
-- of the GNU Lesser General Public License as publ
www.eeworm.com/read/232405/4701790
sql resultat.sql
-- Copyright (C) 2005 Institut G閛graphique National
--
-- This library is free software; you can redistribute it and/or modify it under the terms
-- of the GNU Lesser General Public License as publ
www.eeworm.com/read/232405/4701791
sql dico.sql
--
-- This file is part of the GeOxygene project source files.
--
-- GeOxygene aims at providing an open framework which implements OGC/ISO specifications for
-- the development and deployment
www.eeworm.com/read/232091/4705879
sql a2.sql
/*******************************
--创建劳动保障公务专项工作统计表a2
*******************************/
create or replace view v_a2_1 as
select a.jcid jcid,a.dwid dwid,c.dwxz dwxz,a.jctj jctj,a.ldzrs ldzrs,decode(b
www.eeworm.com/read/232091/4705881
sql a3.sql
/*******************************
--创建劳动保障公务效果统计表视图
*******************************/
create or replace view v_a3 as
select a.aj_id ajid,a.dwxz dwxz,b.ldzrs ldzrs,b.jctj jctj,c.JCSM_04 qttg,c.JCSM_0