github.com/matrixorigin/matrixone@v1.2.0/test/distributed/cases/dml/select/sp_table.sql (about) 1 select reldatabase,relname,relkind from mo_catalog.mo_tables where relname = 'mo_increment_columns' and account_id = 0 order by reldatabase; 2 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;