novice-gamer opened a new issue, #19133: URL: https://github.com/apache/shardingsphere/issues/19133
The version is shardingsphere-5.1.3-snapshot This table is only a single table, and there is no sub table error message: `mysql> select prov_id from csys_company_buffer_info; +---------+ | prov_id | +---------+ | 63 | 。。。。 | 63 | | 63 | | 63 | +---------+ 563275 rows in set (0.88 sec) mysql> select prov_id from csys_company_buffer_info; +---------+ | prov_id | +---------+ | 63 | 。。。 | 63 | | 63 | | 63 | | 63 | +---------+ 501 rows in set (0.00 sec) mysql> select count(*) from csys_company_buffer_info; +----------+ | count(*) | +----------+ | 563275 | +----------+ 1 row in set (0.25 sec)` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
