I have this query
select *
from tmp_vendor_style_no_20210104
order by vendor_style_no, serial_count desc
which returns an output like this:
but I want the result to look like this instead:
Rows are not fixed it can be 1,2 or many more.
Thanks in advance.