Skip to content

Instantly share code, notes, and snippets.

@lucasalvessouza
Created September 19, 2017 13:29
Show Gist options
  • Save lucasalvessouza/3176fb9c2f57b645e0f27b07a13f0623 to your computer and use it in GitHub Desktop.
Save lucasalvessouza/3176fb9c2f57b645e0f27b07a13f0623 to your computer and use it in GitHub Desktop.
Alter table floods
ALTER TABLE floods ADD (temperature float null, humidity float null, precipitation float null, pressure float null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment