Skip to content

Instantly share code, notes, and snippets.

@Bamuel
Created March 26, 2017 23:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Bamuel/1420e63fef541f6fa44389d9d18158d0 to your computer and use it in GitHub Desktop.
Save Bamuel/1420e63fef541f6fa44389d9d18158d0 to your computer and use it in GitHub Desktop.
View tables in SQL
create view VIEW_DATA as
select * from table_name
--where CONDITION
select * from VIEW_DATA
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment