SELECT *
FROM tab
WHERE sts_date = (select max(sts_date) from tab)