github.com/matrixorigin/matrixone@v0.7.0/test/distributed/cases/tenant/privilege/create_account_case_insensitive.sql (about) 1 drop account if exists NtrWE02sgtvCXu; 2 create account NtrWE02sgtvCXu admin_name '謳95071驊2连5202曹' identified by '鑊78狿殻01948楲777'; 3 create account NtrWE02sgtvCXu admin_name '謳95071驊2连5202曹' identified by '鑊78狿殻01948楲777'; 4 create account if not exists NtrWE02sgtvCXu admin_name '謳95071驊2连5202曹' identified by '鑊78狿殻01948楲777'; 5 drop account NtrWE02sgtvCXu; 6 drop account NtrWE02sgtvCXu; 7 drop account if exists NtrWE02sgtvCXu;