github.com/matrixorigin/matrixone@v1.2.0/test/distributed/cases/log/query_version.result (about) 1 set @ts=now(); 2 select @@version_comment limit 1; 3 @@version_comment 4 MatrixOne 5 use system; 6 use mysql; 7 /* cloud_user */select * from user limit 0; 8 host user select_priv insert_priv update_priv delete_priv create_priv drop_priv reload_priv shutdown_priv process_priv file_priv grant_priv references_priv index_priv alter_priv show_db_priv super_priv create_tmp_table_priv lock_tables_priv execute_priv repl_slave_priv repl_client_priv create_view_priv show_view_priv create_routine_priv alter_routine_priv create_user_priv event_priv trigger_priv create_tablespace_priv ssl_type ssl_cipher x509_issuer x509_subject max_questions max_updates max_connections max_user_connections plugin authentication_string password_expired password_last_changed password_lifetime account_locked create_role_priv drop_role_priv password_reuse_history password_reuse_time password_require_current user_attributes 9 select count(1) as cnt, statement_id, statement, status from system.statement_info group by statement_id, statement, status having count(1) > 1; 10 cnt statement_id statement status