Is there a way to create a trigger which fires if the last 5 values are all 3 ?
I suppose i could create a trigger that checks if the last 5 values TOTAL 15 (thats 5x3), but while it would work, it would also fire if the last 5 values were 0,0,0,0,15 which isn't what i want.
Any ideas ?
Olly
I suppose i could create a trigger that checks if the last 5 values TOTAL 15 (thats 5x3), but while it would work, it would also fire if the last 5 values were 0,0,0,0,15 which isn't what i want.
Any ideas ?
Olly
Comment