Last active
December 17, 2020 22:35
-
-
Save taiwotman/b68035c91e771fc9f76903ed74bfde97 to your computer and use it in GitHub Desktop.
AWS REDSHIFT SQL
This file contains 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
create table seattle_emergence_calls( | |
incident_number varchar, | |
address varchar, | |
type varchar, | |
call_date varchar, | |
latitude varchar, | |
longitude varchar, | |
report_location varchar | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment