Skip to content

Instantly share code, notes, and snippets.

@jack2jm
Created January 7, 2020 10:47
Show Gist options
  • Save jack2jm/88954059946add3180dce1a66c70af7c to your computer and use it in GitHub Desktop.
Save jack2jm/88954059946add3180dce1a66c70af7c to your computer and use it in GitHub Desktop.
Clone tables
---------------
CREATE TABLE app_cities_temp LIKE app_cities;
INSERT INTO app_cities_temp SELECT * FROM app_cities;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment