Skip to content

Instantly share code, notes, and snippets.

@bnsheehy
Created November 30, 2021 01:46
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 bnsheehy/1d9409a10c83167f33c6b29ac6375fb4 to your computer and use it in GitHub Desktop.
Save bnsheehy/1d9409a10c83167f33c6b29ac6375fb4 to your computer and use it in GitHub Desktop.
CREATE TABLE price_data_historical_bkup AS SELECT * FROM price_data_historical;
INSERT INTO price_data_historical_bkup AS SELECT * FROM price_data_historical;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment