chw3168
发表于 2012-4-23 21:17:00
坏男人
发表于 2012-4-24 22:18:09
心随我动
发表于 2012-4-25 09:19:14
ddddddddddddddddddddddddddddddddddddddddddddddddddddddddd
大爷又被人骗了
发表于 2012-4-25 15:53:45
灵魂最高客服
发表于 2012-4-26 13:51:15
if not exists (select 1 from syscolumns where name = 'member' and id = object_id('MEMB_INFO'))
alter table MEMB_INFO
add member int DEFAULT (0)
if not exists (select 1 from syscolumns where name = 'LGONGZHISJ' and id = object_id('MEMB_INFO'))
alter table MEMB_INFO
add LGONGZHISJ datetime DEFAULT ('')
if not exists (select 1 from syscolumns where name = 'StopTime' and id = object_id('MEMB_INFO'))
alter table MEMB_INFO
add StopTime datetime DEFAULT ('')
if not exists (select 1 from syscolumns where name = 'OnlineHours' and id = object_id('MEMB_INFO'))
alter table MEMB_INFO
add OnlineHours int DEFAULT (0)
if not exists (select 1 from syscolumns where name = 'LeaderShip' and id = object_id('Character'))
alter table Character
add LeaderShip smallint DEFAULT (0)
if not exists (select 1 from syscolumns where name = 'ChatLimitTime' and id = object_id('Character'))
alter table Character
add ChatLimitTime smallint DEFAULT (0)
if not exists (select 1 from syscolumns where name = 'FruitPoint' and id = object_id('Character'))
alter table Character
add FruitPoint int DEFAULT (0)
use MuWeb
go
if not exists (select 1 from Sp_About where = 3)
INSERT INTO Sp_About(,) VALUES (3 ,'')
if not exists (select 1 from Sp_About where = 4)
INSERT INTO Sp_About(,) VALUES (4 ,'')
if not exists (select 1 from Sp_About where = 5)
INSERT INTO Sp_About(,) VALUES (5 ,'')
go
__柒喜·●
发表于 2012-5-2 23:42:28
楼主太棒了 ,,,谢谢啊。。。。。。真是太好了!
wq724973791
发表于 2012-5-25 10:27:53
sdffgse21123
发表于 2012-5-26 18:32:56
涂鸦
发表于 2012-6-29 18:29:04
tianshannet
发表于 2012-6-29 19:19:48
页:
1
2
[3]
4
5
6
7
8
9
10
11
12