Skip to content

Instantly share code, notes, and snippets.

@uncoded-ro
Created February 10, 2020 06:23
Show Gist options
  • Save uncoded-ro/22cd32322a167f79db4dff35c7793992 to your computer and use it in GitHub Desktop.
Save uncoded-ro/22cd32322a167f79db4dff35c7793992 to your computer and use it in GitHub Desktop.
CREATE
VIEW sakila.view_email_staff AS
SELECT first_name, last_name, email
FROM sakila.staff;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment