What is the problem or goal you're trying to solve or accomplish?
get a brief glimpse of recent data in a table
How are you solving it currently?
select * from table where day=current_date order by time desc
What is your recommended solution?
'data preview' tab should start desc from recent data rather than return the first entries