MySQL Forums
Forum List  »  Triggers

Re: Creating a trigger to search in another table...
Posted by: Rick Langley
Date: March 02, 2006 08:12PM

Thanks again,

Just two final changes to make me finally shut up.

The variables are not fields but in fact a combitation of fields, which is as follows:
V1 is the value of the field "ValueUoD", which is has been divided by 100.
V2 is the value of the field "ValueLoR", which is has been divided by 100.

The changed variables V1 and V2, are then modified by another field. "UpOrDown" and "LeftOrRight".
UpOrDown = If this field is equal to "D" then V1 is multiplied by -1.
LeftOrRight = If this field is equal to "L" then V2 is multiplied by -1.


Thanks again for any help.

Q. What is big and has no (inter)-face?

A. My database.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Creating a trigger to search in another table...
1997
March 02, 2006 08:12PM


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.