Hi all,
I have a table of employee sickness / absence records with the following structure and data:
I have figure out how to write a query which displays the number of days taken for each sickness (END_DATE minus START_DATE).
My problem is that I would to write a query to display the...