Update 00990_function_current_user.sql

This commit is contained in:
alexey-milovidov 2019-08-14 16:25:42 +03:00 committed by GitHub
parent 7b793dad91
commit 5b25c30f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,4 +2,4 @@
select currentUser() IS NOT NULL;
select length(currentUser()) > 0;
select currentUser() = user(), currentUser() = USER();
select currentUser() = initial_user from system.processes where query like '%$!@#%';
select currentUser() = initial_user from system.processes where query like '%$!@#%';