Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save reindert-vetter/83d2a6ae02bd151d6ae50092e746439b to your computer and use it in GitHub Desktop.
Save reindert-vetter/83d2a6ae02bd151d6ae50092e746439b to your computer and use it in GitHub Desktop.
clickhouse import
clickhouse-client --query "INSERT INTO order_items FORMAT TSV" < production.order_items.tsv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment