Hello,
We have a snapshot setup and I'm trying to return the next to last snapshot id where the data column is set to 'good'
The Table:
Snapshot Id | Data |
3 | Good |
2 | Bad |
1 | Good |
So 3 is the newest snapshot, and I'm trying to find 1
When I run the following query..