github.com/matrixorigin/matrixone@v1.2.0/test/distributed/cases/dml/select/sp_table.result (about) 1 select reldatabase,relname,relkind from mo_catalog.mo_tables where relname = 'mo_increment_columns' and account_id = 0 order by reldatabase; 2 reldatabase relname relkind 3 mo_catalog mo_increment_columns 4 select relname,relkind from mo_catalog.mo_tables where reldatabase = 'mo_catalog' and account_id = 0 and relname not like '__mo_index_unique__%' order by relname; 5 relname relkind 6 mo_account r 7 mo_cache v 8 mo_columns r 9 mo_configurations v 10 mo_database r 11 mo_foreign_keys r 12 mo_increment_columns 13 mo_indexes r 14 mo_locks v 15 mo_mysql_compatibility_mode r 16 mo_pubs r 17 mo_role r 18 mo_role_grant r 19 mo_role_privs r 20 mo_sessions v 21 mo_snapshots r 22 mo_stages r 23 mo_stored_procedure r 24 mo_table_partitions r 25 mo_tables r 26 mo_transactions v 27 mo_upgrade r 28 mo_upgrade_tenant r 29 mo_user r 30 mo_user_defined_function r 31 mo_user_grant r 32 mo_variables v 33 mo_version r