I have a table in which I needed the latest 2 rows from each type
of records. using GROUP BY
.
For example, from the picture below, what I want is to get last 2 records depending date
column from each page
type. I know GROUP BY
will be used but I am not quite familiar with that.. Thanks