+ Reply to Thread
Results 1 to 5 of 5

Thread: Finding Triiger Information

  1. #1
    nikes's Avatar
    nikes is offline Junior Member nikes is on a distinguished road
    Join Date
    Mar 2010
    Posts
    13

    Default Finding Triiger Information

    How will we find the trigger infomations in MySQL. I am using MYsql Qury Browser 1.2

  2. #2
    Silver's Avatar
    Silver is offline Administrator Silver is on a distinguished road
    Join Date
    Dec 2009
    Location
    GrowADollar
    Posts
    327

    Default

    I think this is how you would create a trigger, what exactly is it your trying to do?

    Code:
    create trigger test
    after insert on table
    for each row
    begin
    insert into contacts (email) values ('test@example.com');
    end;

  3. #3
    SeaTownJosh's Avatar
    SeaTownJosh is offline Senior Member SeaTownJosh is on a distinguished road
    Join Date
    Aug 2010
    Posts
    263

    Default

    Silver has all the answers for some reason lol.

  4. #4
    Silver's Avatar
    Silver is offline Administrator Silver is on a distinguished road
    Join Date
    Dec 2009
    Location
    GrowADollar
    Posts
    327

    Default

    Quote Originally Posted by SeaTownJosh View Post
    Silver has all the answers for some reason lol.
    I've done a few degree courses on databases so have abit of experience in mysql, sqllite and oracle which comes in useful from time to time!

  5. #5
    Nicky s's Avatar
    Nicky s is offline Moderator Nicky s will become famous soon enough
    Join Date
    Jan 2010
    Location
    UK - GrowaDollar
    Posts
    244

    Default

    Quote Originally Posted by SeaTownJosh View Post
    Silver has all the answers for some reason lol.
    yep

    Quote Originally Posted by Silver View Post
    I've done a few degree courses on databases so have abit of experience in mysql, sqllite and oracle which comes in useful from time to time!
    allso he never sleeps

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

+ Reply to Thread

Similar Threads

  1. Information on Offshore Hosting
    By Nile Hadwards in forum Hosting
    Replies: 2
    Last Post: 01-06-2011, 05:16 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts