MySQL Forums
Forum List  »  Triggers

Re: how the count table in the trigger
Posted by: Peter Brawley
Date: July 09, 2011 02:30AM

SET @n = (Select Count(*) From Tbl);

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: how the count table in the trigger
938
July 09, 2011 02:30AM


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.