Skip to content

Instantly share code, notes, and snippets.

@JuzerShakir
Created June 24, 2022 06:21
Show Gist options
  • Save JuzerShakir/74193aad3a983bbc63f6ec015053c44c to your computer and use it in GitHub Desktop.
Save JuzerShakir/74193aad3a983bbc63f6ec015053c44c to your computer and use it in GitHub Desktop.
To check if a table already existed with that name, in either case, it will return a successful query:
CREATE TABLE IF NOT EXISTS countries (
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment