mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 23:30:10 +00:00
356 B
356 B
Some basic commands for Clickhouse
Show tables in the database
show tables from oneuptime
Show table structure
desc table_name from oneuptime
Show table data
select * from table_name
Delete table data
truncate table_name
Delete table
drop table oneuptime.table_name