代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/419647/10849071
sql ts.sql
www.eeworm.com/read/419647/10849626
sql new.sql
if exists (select * from sysobjects where id = object_id(N'[dbo].[sp_购货合同]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop procedure [dbo].[sp_购货合同]
GO
if exists (select * from sysobjects wher
www.eeworm.com/read/419647/10850559
sql rs.sql
CREATE TABLE [dbo].[人事月预算] (
[ID] [int] NOT NULL ,
[工资] [real] NULL ,
[劳务费] [real] NULL ,
[养老保险费] [real] NULL ,
[大病统筹费] [real] NULL ,
[失业保险费] [real] NULL ,
[住房公积金] [real] NULL ,
[合计] [
www.eeworm.com/read/419548/10861684
sql jdmis.sql
www.eeworm.com/read/419548/10862553
sql jdmis.sql
www.eeworm.com/read/274502/10867845
sql ddl.sql
#--数据表td_guestbook
CREATE TABLE `td_guestbook` (
`id` BIGINT(10) DEFAULT '0' NOT NULL AUTO_INCREMENT,
`name` VARCHAR(30) NOT NULL,
`qq` VARCHAR(30) DEFAULT 'no' NOT NULL,
`email` VARCHAR(100
www.eeworm.com/read/348724/10870539
sql job.sql
www.eeworm.com/read/274257/10879958
sql trade.sql
www.eeworm.com/read/274256/10880087
sql hotel.sql
www.eeworm.com/read/348604/10881201
sql table.sql
create table EMPRECENTFUNC
(
ERFID VARCHAR(20) not null,
ERFACCNTID VARCHAR(15) not null,
ERFFUNCID VARCHAR(10) not null
)
go
create table ERPFUNCMETHOD
(
EFMFID VARCH