Skip to content

Instantly share code, notes, and snippets.

@randyzwitch
Created November 6, 2019 21: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 randyzwitch/50a560aa99054087719a9acee2aaa2c7 to your computer and use it in GitHub Desktop.
Save randyzwitch/50a560aa99054087719a9acee2aaa2c7 to your computer and use it in GitHub Desktop.
ALTER TABLE ADD COLUMN in OmniSci
--add column bike_share_for_all_trip, which starts with Jan 2018 file
ALTER TABLE baywheels_tripdata ADD COLUMN bike_share_for_all_trip TEXT ENCODING DICT;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment