Skip to content

Instantly share code, notes, and snippets.

@betterdatascience
Created November 9, 2020 20:37
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 betterdatascience/e018c77e4844f19f1cfb8b6a45909544 to your computer and use it in GitHub Desktop.
Save betterdatascience/e018c77e4844f19f1cfb8b6a45909544 to your computer and use it in GitHub Desktop.
003_sql_regression
CREATE TABLE housing_model_settings(
setting_name VARCHAR2(30),
setting_value VARCHAR2(4000)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment