Hi all,
I faced up the following problem:
I have a table:
ID|server | target | action
----------------------------
1 |a | b | attempt
2 empty row
3 |a | b | success
4 empty row
5 empty row
6 empty row
7 |b | a | attempt
Does someone have an idea how can select all rows ( no filtering with where clause and have the following result - instead of the empty fields on row e.g. 4 :to have the last nopt NULL values . e.g. row3:
3 |a | b | success
4 |a | b | success
Thanks to all.