Skip to content

Instantly share code, notes, and snippets.

@PsycheShaman
Created April 24, 2021 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PsycheShaman/6098b3068d4898356bd52bd87e9766e3 to your computer and use it in GitHub Desktop.
Save PsycheShaman/6098b3068d4898356bd52bd87e9766e3 to your computer and use it in GitHub Desktop.
create table cities (city_name varchar);
insert into dev.public.cities
(city_name)
values ('Cape Town'),('Pretoria'),('Johannesburg'),('Bloemfontein');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment