代码搜索:trigger
找到约 3,730 项符合「trigger」的源代码
代码结果 3,730
www.eeworm.com/read/463281/7184197
txt 06.txt
[例6-1]
CREATE PROCEDURE getstudent_1
AS
SELECT *
FROM 选课表
WHERE 分数>65
[例6-2]
CREATE PROCEDURE getstudent_2
@minfs int,
@maxfs int
AS
SELECT *
FROM 选课表
WHERE 分数 BET
www.eeworm.com/read/457360/7327132
afl zig zag.afl
//------------------------------------------------------------------------------
//
// Formula Name: Zig Zag
// Author/Uploader: Jeff
// E-mail: jparent@nobid.com
// Date/Time Ad
www.eeworm.com/read/451093/7472408
doc hp3478a.doc
HP 3478A Multimeter
_______________________________________________________________________________
Introduction:
This instrument module provides GPIB programming support for the H
www.eeworm.com/read/450547/7481759
html changes.html
Count The Number Of Rows Modified
body {
margin: auto
www.eeworm.com/read/435917/7780994
c mkkeywordhash.c
/*
** Compile and run this standalone program in order to generate code that
** implements a function that will translate alphabetic identifiers into
** parser token codes.
*/
#include
#incl
www.eeworm.com/read/143387/12879452
c mkkeywordhash.c
/*
** Compile and run this standalone program in order to generate code that
** implements a function that will translate alphabetic identifiers into
** parser token codes.
*/
#include
#incl
www.eeworm.com/read/324959/13235875
txt 取消票务.txt
CREATE TRIGGER 取消定票 ON 订票
AFTER DELETE
AS BEGIN
IF((SELECT 舱位类型 FROM deleted )='A')
UPDATE 航班
SET 经济舱剩余票数=经济舱剩余票数+(SELECT 张数 FROM deleted )
WHERE 航班编号=(select 航班编号 from deleted )AND 登机