代码搜索:sql
找到约 10,000 项符合「sql」的源代码
代码结果 10,000
www.eeworm.com/read/139284/5806194
txt sql.txt
select distinct mis_wlbdy.wlbdm,mis_zbjdyxx.wlbmc from mis_wlbdy,mis_zbjdyxx where mis_wlbdy.wlbdm = mis_zbjdyxx.wlbdm and mis_wlbdy.wlbdm like 'A%'
select distinct mis_wlbdy.wlbzddm,wlbzdmc fro
www.eeworm.com/read/139089/5811020
sql altersectiontableaddfailoverskincolumn.sql
ALTER TABLE dbo.Community_Sections
ADD section_failOverPageSkin NVARCHAR(100) NULL
go
update dbo.Community_Sections
set section_failOverPageSkin = ''
go
update dbo.Community_Sections
set sectio
www.eeworm.com/read/139089/5811022
sql alterservicedefaultdate.sql
ALTER TABLE dbo.Community_Services DROP CONSTRAINT DF_Community_Services_service_dateLastRefreshed
go
ALTER TABLE dbo.Community_Services ADD DEFAULT '1/1/1966' FOR service_dateLastRefreshed
go
www.eeworm.com/read/139089/5811023
sql initializeprivatemessages.sql
Community_MaintenanceInitializePrivateMessages
go
www.eeworm.com/read/139089/5811024
sql alteruserstableaddprivatemessage.sql
ALTER TABLE dbo.Community_Users
ADD User_EnablePrivateMessages bit DEFAULT (0) not null
go
update dbo.Community_Users
set User_EnablePrivateMessages = 1
go
ALTER TABLE dbo.Community_SampleUser
www.eeworm.com/read/139089/5811025
sql makeallsectiontypesparentsections.sql
UPDATE [dbo].[Community_PageTypes]
SET pagetype_isParent = 1
WHERE pagetype_isSectionType = 1
www.eeworm.com/read/139089/5811026
sql createmessageforprivatemessageemail.sql
delete [dbo].[Community_Messages] where [Message_Name] = 'Private Message'
go
delete [dbo].[Community_SampleMessages] where [Message_Name] = 'Private Message'
go
DECLARE @c_id int
DECLARE Commu
www.eeworm.com/read/138890/5812744
attrs sql.attrs
# Used by the Accounting Report Generator page
#
# Mysql attributes Description Show Use function
#
RadAcctId Accounting Id no
AcctSessionId Session Id no
AcctUniqueId Unique Id no
UserName
www.eeworm.com/read/138890/5812748
attrmap sql.attrmap
#
# A mapping between the attributes used by dialup_admin and the attribute
# names that will be stored in the SQL database
#
# Attributes that are not contained in this file are assumed to be reply
#
www.eeworm.com/read/138890/5812754
sql badusers.sql
#
# Table structure for table 'badusers'
#
CREATE TABLE badusers (
id int(10) DEFAULT '0' NOT NULL auto_increment,
UserName varchar(30),
Date datetime DEFAULT '0000-00-00 00:00:00' NOT NULL,
R