Skip to content

Instantly share code, notes, and snippets.

@asduser
Created September 2, 2019 14:18
Show Gist options
  • Save asduser/3821fa678b09f30cb5de00a2b7088c3f to your computer and use it in GitHub Desktop.
Save asduser/3821fa678b09f30cb5de00a2b7088c3f to your computer and use it in GitHub Desktop.
SQL examples.
CREATE DATABASE IF NOT EXISTS mydb;
use mydb;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment