This statement allows to move an access entity from one access storage to another.
Syntax:
MOVE {USER, ROLE, QUOTA, SETTINGS PROFILE, ROW POLICY} name1 [, name2, ...] TO access_storage_typeCurrently, there are five access storages in ClickHouse:
local_directorymemoryreplicatedusers_xml(ro)ldap(ro)
Examples:
MOVE USER test TO local_directoryMOVE ROLE test TO memoryRelated: CREATE USER, CREATE ROLE, SHOW