Skip to content

Instantly share code, notes, and snippets.

@Bhavya8181
Forked from jack2jm/Table queries
Created February 12, 2024 05:53
Show Gist options
  • Save Bhavya8181/d5490263ccab95e600536f438dae6bfb to your computer and use it in GitHub Desktop.
Save Bhavya8181/d5490263ccab95e600536f438dae6bfb 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