Skip to content

Instantly share code, notes, and snippets.

@timendum
Created July 27, 2011 10:00
Show Gist options
  • Save timendum/1109046 to your computer and use it in GitHub Desktop.
Save timendum/1109046 to your computer and use it in GitHub Desktop.
Create constants in SQL
CREATE VIEW V_UTIL_CONSTANTS AS
SELECT 1 AS ONE, 2 AS TWO, 3 AS THREE
SELECT ONE FROM V_UTIL_CONSTANTS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment