Created
November 14, 2018 14:29
-
-
Save arekgotfryd/ac8a50207fa9c9658534b823106af167 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
SELECT [SUBURB] | |
,[COLUMN_TYPE] | |
,[HEIGHT] | |
,[COLUMN_MATERIAL] | |
,[OUTREACH_ARM_LENGTH] | |
,[LUMINAIRE] | |
,[LAMP_TYPE] | |
,[LAMP_COUNT] | |
,[LAT] | |
,[LON] | |
,[ADDRESS] | |
,[POINT] | |
FROM [Demo].[dbo].[output] where lat like '%[a-z]%' or lon like '%[a-z]%' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment