Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save aveek22/83ad86e58f638df48513ff15cbc149a8 to your computer and use it in GitHub Desktop.
Save aveek22/83ad86e58f638df48513ff15cbc149a8 to your computer and use it in GitHub Desktop.
CREATE OR REPLACE VIEW vw_mumbai_houses_airport_5km_west_facing
AS
SELECT * FROM vw_mumbai_houses_airport_5km
WHERE 1=1
AND "desc" ~ '^.(W|w)est (F|f)acing.$'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment