如何找到最后一次使用 use <database> clickhouse中的命令?
use <database>
w6lpcovy1#
需要使用currentdatabase函数:
SELECT currentDatabase() /* ┌─currentDatabase()─┐ │ default │ └───────────────────┘ * / use system; SELECT currentDatabase() /* ┌─currentDatabase()─┐ │ system │ └───────────────────┘ * /
与此功能相关的问题有:
github中的问题。。
1条答案
按热度按时间w6lpcovy1#
需要使用currentdatabase函数:
与此功能相关的问题有:
6104:currentdatabase()+在群集ddl上创建表
github中的问题。。