代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/432628/1891636
ini player14.ini
[walk]
hair=24001
face=24001
cloth=24001
leg=24001
head=1
body=1
foot=1
[stand]
hair=24001
face=24001
cloth=24001
leg=24001
head=1
body=1
foot=1
[trigger]
cloth=24002
[die]
cloth=24
www.eeworm.com/read/432628/1891637
ini player1.ini
[walk]
hair=11001
face=11001
cloth=11001
leg=11001
npack=11001
head=1
body=1
foot=1
[stand]
hair=11001
face=11001
cloth=11001
leg=11001
npack=11001
head=1
body=1
foot=1
[trigger]
cl
www.eeworm.com/read/432628/1891642
ini player13.ini
[walk]
hair=23001
face=23001
cloth=23001
leg=23001
head=1
body=1
foot=1
[stand]
hair=23001
face=23001
cloth=23001
leg=23001
head=1
body=1
foot=1
[trigger]
cloth=23002
[die]
cloth=23
www.eeworm.com/read/387667/2557093
example autoinc.example
DROP SEQUENCE next_id;
DROP TABLE ids;
CREATE SEQUENCE next_id START -2 MINVALUE -2;
CREATE TABLE ids (
id int4,
idesc text
);
CREATE TRIGGER ids_nextid
BEFORE INSERT OR UPDATE ON ids
FOR EA
www.eeworm.com/read/107485/15606160
sql triggerdemo18.sql
/*
文件名称: TriggerDemo18.sql
*/
USE pubs
GO
if exists (select * from dbo.sysobjects where id = object_id(N'dbo.InsertOfSales') and OBJECTPROPERTY(id, N'IsTrigger') = 1)
drop trigger dbo.InsertOf
www.eeworm.com/read/107485/15606162
sql triggerdemo19.sql
/*
文件名称: TriggerDemo19.sql
*/
USE pubs
GO
if exists (select * from dbo.sysobjects where id = object_id(N'dbo.InsertOfSales') and OBJECTPROPERTY(id, N'IsTrigger') = 1)
drop trigger dbo.InsertOf
www.eeworm.com/read/107485/15606353
sql triggerdemo20.sql
/*
文件名称: TriggerDemo20.sql
*/
USE pubs
GO
if exists (select * from dbo.sysobjects where id = object_id(N'dbo.InsertOfSales') and OBJECTPROPERTY(id, N'IsTrigger') = 1)
drop trigger dbo.InsertOf
www.eeworm.com/read/107485/15606522
sql triggerdemo21.sql
/*
文件名称: TriggerDemo21.sql
*/
USE pubs
GO
if exists (select * from dbo.sysobjects where id = object_id(N'dbo.conditionalinsert') and OBJECTPROPERTY(id, N'IsTrigger') = 1)
drop trigger dbo.cond
www.eeworm.com/read/403922/11503513
html function.swf-oncondition.html
Describe a transition used to trigger an action list
www.eeworm.com/read/119837/14820064
txt shop触发器.txt
CREATE TRIGGER insert_shop ON [dbo].[Shop_Info]
FOR INSERT, UPDATE, DELETE
AS
declare @i_id varchar
declare @i_size varchar
declare @i_num int
declare @i_date datetime
declare @s_id varchar