Created
December 20, 2019 15:13
-
-
Save mackjoner/11a124f45b0523ad3d643b779e55b501 to your computer and use it in GitHub Desktop.
reconver-adx-tk
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
docker exec monitor-clickhouse-server-v4 /usr/bin/clickhouse-client -q "RENAME TABLE adx_monitor.adx_stat_tk TO adx_monitor.adx_stat_tk_old_rp" | |
docker exec monitor-clickhouse-server-v4 /usr/bin/clickhouse-client -q "RENAME TABLE adx_monitor.adx_stat_tk_old TO adx_monitor.adx_stat_tk" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment