I am having trouble getting the exact syntax for a trigger. I'm new to triggers, so I'm sure this will be easy for some of you.

Table Items:
ID Integer Primary Key
... [rest of fields ]

Tables Stats:
ID
... rest of fields

I want to delete a row in Items and have that trigger the deletion of all rows in Stats where Item.ID = Stats.ID.
I appreciate any help anyone can give me.


Brady Hutmacher
[EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to