Please help,
I have a table called Incident, these Incidens then have an Audit Table to show when the last call etc was made. These are denoted by a Worknoteid, what I want to do is create a view that only returns the second to last and the last value from this table. E.G
Incident 1234 has 5 entries on the Audit
1
2
3
4
5
I want to bring back 4 and 5
I have a table called Incident, these Incidens then have an Audit Table to show when the last call etc was made. These are denoted by a Worknoteid, what I want to do is create a view that only returns the second to last and the last value from this table. E.G
Incident 1234 has 5 entries on the Audit
1
2
3
4
5
I want to bring back 4 and 5