Created
November 6, 2019 21:46
-
-
Save randyzwitch/50a560aa99054087719a9acee2aaa2c7 to your computer and use it in GitHub Desktop.
ALTER TABLE ADD COLUMN in OmniSci
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--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