代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/377683/9266665
test trigger9.test
# 2008 January 1
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yours
www.eeworm.com/read/375429/9360195
sql trigger reminder.sql
use test
if exists(select name from sysobjects where name='reminder' and type='TR')
drop trigger reminder
go
create trigger reminder on XS
for insert,update
as
raiserror(4008,16
www.eeworm.com/read/175933/9524921
test trigger3.test
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive oth
www.eeworm.com/read/175933/9524961
test trigger5.test
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive oth
www.eeworm.com/read/175933/9524987
test trigger2.test
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive oth
www.eeworm.com/read/175933/9525109
test trigger1.test
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive oth
www.eeworm.com/read/175933/9525208
test trigger7.test
# 2005 August 18
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yours
www.eeworm.com/read/175933/9525227
test trigger6.test
# 2004 December 07
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for you
www.eeworm.com/read/175933/9525247
test trigger4.test
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive oth
www.eeworm.com/read/175933/9525256
test trigger8.test
# 2006 February 27
#
# The author disclaims copyright to this source code. In place of
# a legal notice, here is a blessing:
#
# May you do good and not evil.
# May you find forgiveness for you