9 lines
378 B
Transact-SQL
9 lines
378 B
Transact-SQL
insert into Sys_Const(ID,ConstValue,ConstText,SortIndex,GroupId) values
|
||
(NEWID(),'ÆäËûÉ˺¦','ÆäËûÉ˺¦',14,'Hiddendangertype')
|
||
GO
|
||
insert into Sys_Const(ID,ConstValue,ConstText,SortIndex,GroupId) values
|
||
(NEWID(),'ÆäËû±¬Õ¨','ÆäËû±¬Õ¨',15,'Hiddendangertype')
|
||
GO
|
||
insert into Sys_Const(ID,ConstValue,ConstText,SortIndex,GroupId) values
|
||
(NEWID(),'͸ˮ','͸ˮ',16,'Hiddendangertype')
|
||
GO |