Skip to content

Instantly share code, notes, and snippets.

@J2112O
Created March 16, 2022 11:17
Show Gist options
  • Save J2112O/f47a35f3b3bc22ebdd822956c4f3bb0e to your computer and use it in GitHub Desktop.
Save J2112O/f47a35f3b3bc22ebdd822956c4f3bb0e to your computer and use it in GitHub Desktop.
SELECT first_name, ' ', last_name
FROM actor
LIMIT 5;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment