Skip to content

Instantly share code, notes, and snippets.

@uncoded-ro
Created June 14, 2022 08:17
Show Gist options
  • Save uncoded-ro/71d7cddc6b401a65d2fcb38c46387425 to your computer and use it in GitHub Desktop.
Save uncoded-ro/71d7cddc6b401a65d2fcb38c46387425 to your computer and use it in GitHub Desktop.
-- session 2
SELECT *
FROM sakila.actor
ORDER BY last_update DESC
LIMIT 5;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment