mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
add column default_database
This commit is contained in:
parent
66631ca680
commit
80f33244d4
@ -1,3 +1,3 @@
|
||||
create user if not exists u_02001 default database system;
|
||||
select default_database from system.users where name = 'u_02001';
|
||||
drop user if exists u_02001;
|
||||
drop user if exists u_02001;
|
||||
|
Loading…
Reference in New Issue
Block a user