in reply to Building a notification system based on MySQL
I'm curious if you have another table that you're getting the Group to notify from - it seems likely to me that there's a way to determine the person to notify in a single sql query (without requiring building a query up dynamically in perl), but without knowing more about the specifics of the tables in question, it's impossible to say.If SlotA = Value and SlotB = Value and SlotC in (value1, value2) then +notify GroupA
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Building a notification system based on MySQL
by shank098 (Initiate) on Nov 18, 2008 at 14:20 UTC | |
|
Re^2: Building a notification system based on MySQL
by shank098 (Initiate) on Nov 18, 2008 at 16:42 UTC |