代码搜索:Sql
找到约 10,000 项符合「Sql」的源代码
代码结果 10,000
www.eeworm.com/read/155392/5623863
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/155392/5623864
sql initializeprivatemessages.sql
Community_MaintenanceInitializePrivateMessages
go
www.eeworm.com/read/155392/5623865
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/155392/5623866
sql makeallsectiontypesparentsections.sql
UPDATE [dbo].[Community_PageTypes]
SET pagetype_isParent = 1
WHERE pagetype_isSectionType = 1
www.eeworm.com/read/155392/5623867
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/155277/5626915
sql db.sql
#
# Program E
# Copyright 2002, Paul Rydell
#
# This file is part of Program E.
#
# Program E is free software; you can redistribute it and/or modify
# it under the terms of th
www.eeworm.com/read/155277/5627211
sql mysql.sql
#--------------------------------------------------------------------------
# Table structure for table `bans`
#--------------------------------------------------------------------------
CREATE TABLE
www.eeworm.com/read/155067/5629946
sql userlist.sql
use master
go
IF EXISTS (SELECT name FROM master.dbo.sysdatabases WHERE name = N'UserList')
DROP DATABASE [UserList]
GO
CREATE DATABASE UserList
GO
use UserList
go
CREATE TABLE [db
www.eeworm.com/read/154452/5637307
sql schema.sql
#
# create a simple cardfile file
# just in case it already exists, drop the table. If it doesn't
# exist, this will produce an error...
#
drop table cardfile
\g
create table cardfile
(name ch
www.eeworm.com/read/475864/6767852
sql inserttable.sql
insert into disc values('一','赵','大陆','2001 ','动作',5,6,1);
insert into disc values('二','钱','港台','2002','喜剧',5,6,1);
insert into disc values('三','孙','大陆','2001','爱情',10,11,1);
insert into disc values