Skip to content

Instantly share code, notes, and snippets.

@taiwotman
Last active December 17, 2020 22:35
Show Gist options
  • Save taiwotman/b68035c91e771fc9f76903ed74bfde97 to your computer and use it in GitHub Desktop.
Save taiwotman/b68035c91e771fc9f76903ed74bfde97 to your computer and use it in GitHub Desktop.
AWS REDSHIFT SQL
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