Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
delete
from mytable
where row_id not in (
select row_id
from mytable
order by row_id desc
limit 100 )