ALTER STATISTICS
Changes the definition of an extended statistics object.
Synopsis
ALTER STATISTICS <name> RENAME TO <new_name>
ALTER STATISTICS <name> OWNER TO { <new_owner> | CURRENT_USER | SESSION_USER }
ALTER STATISTICS <name> SET SCHEMA <new_schema>