Skip to content

Instantly share code, notes, and snippets.

@techkuz
Created September 17, 2019 13:32
Show Gist options
  • Save techkuz/9b2e532fb5899c7ab1d9cac441264272 to your computer and use it in GitHub Desktop.
Save techkuz/9b2e532fb5899c7ab1d9cac441264272 to your computer and use it in GitHub Desktop.
Update clickhouse column value
ALTER TABLE TableName UPDATE ColumnName = ValueOne WHERE AnotherColumn = ValueTwo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment