MySQL Forums
Forum List  »  Triggers

Re: Select Statement in Trigger
Posted by: Devaraya K
Date: February 28, 2006 05:46AM

Hi Andrew,

I am using mysql 5.0.15nt version.

when i am creating trigger with
mysql> create trigger database name.trigger name ........

error 1359 (HY000): Trigger already exits

I executed the command to see all the triggers attached to the database.

mysql> select trigger_name from information_schema.triggers where trigger_schema='database name';

there is no trigger in the list


Devaraya

Options: ReplyQuote


Subject
Views
Written By
Posted
5364
October 28, 2005 11:19AM
2493
October 28, 2005 11:47AM
2570
October 28, 2005 11:50AM
2465
October 28, 2005 12:23PM
2646
October 29, 2005 01:57AM
2640
October 29, 2005 03:06AM
2305
October 29, 2005 03:21AM
2201
October 29, 2005 03:28AM
4022
February 28, 2006 01:17AM
2710
February 28, 2006 01:39AM
2470
February 28, 2006 02:54AM
2315
February 28, 2006 07:19AM
2311
February 28, 2006 11:15PM
2288
February 28, 2006 11:45PM
2217
February 28, 2006 05:25AM
Re: Select Statement in Trigger
3431
February 28, 2006 05:46AM
2293
February 28, 2006 06:28AM
2210
March 01, 2006 03:17AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.