Page 3 of 3 FirstFirst 123
Results 21 to 22 of 22

Thread: MySql Triggers

  1. #21

    Quote Originally Posted by xiao-xiao View Post
    dili lage ni mugana ang nested if...
    try changing else if to elseif

  2. #22
    ^ dili japon mugana

    gi-inani na lng nako...

    Code:
    DELIMITER |
    
    CREATE TRIGGER set_remarks
    BEFORE UPDATE ON subjects_enrolled
    
    FOR EACH ROW
    
    BEGIN
    
    IF NEW.grade <= 3.00 THEN
    	SET NEW.remarks = 'Passed';
    END IF;
    
    IF NEW.grade = 'INC' THEN
    	SET NEW.remarks = 'Incomplete';
    END IF;
    
    IF  NEW.grade = 5.00 THEN
    	SET NEW.remarks = 'Failed';
    END IF;
    
    IF NEW.grade != 5.00 AND NEW.grade > 3.00 AND NEW.grade != 'INC' THEN
    	SET NEW.grade = '---', NEW.remarks = 'No grade yet';
    END IF;
    
    END;
    |
    Last edited by xiao-xiao; 06-13-2009 at 11:59 PM.

  3.    Advertisement

Page 3 of 3 FirstFirst 123

Similar Threads

 
  1. MySql Triggers
    By xiao-xiao in forum Software & Games (Old)
    Replies: 2
    Last Post: 06-12-2009, 12:33 PM
  2. Webhosting sites with PHP, MYSQL and etc
    By ravenclair3 in forum Websites & Multimedia
    Replies: 9
    Last Post: 08-13-2006, 10:27 PM
  3. remember Chrono trigger and other snes rpg's
    By Wilson in forum Software & Games (Old)
    Replies: 35
    Last Post: 08-25-2005, 07:33 PM
  4. VB OLEDB ---> APACHE SERVER MYSQL
    By rvyne in forum Websites & Multimedia
    Replies: 12
    Last Post: 07-09-2005, 12:10 PM
  5. Where: Cebu based PHP/MySQL based hosting
    By cmontoya in forum Websites & Multimedia
    Replies: 19
    Last Post: 06-29-2005, 10:15 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top