question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Error using select statement to obtain data volume

See original GitHub issue

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)`

log: " [INFO ] 2022-07-14 14:36:07.631 [ShardingSphere-Command-20] ShardingSphere-SQL - Logic SQL: select prov_id from csys_company_buffer_info [INFO ] 2022-07-14 14:36:07.631 [ShardingSphere-Command-20] ShardingSphere-SQL - SQLStatement: MySQLSelectStatement(table=Optional.empty, limit=Optional.empty, lock=Optional.empty, window=Optional.empty) [INFO ] 2022-07-14 14:36:07.631 [ShardingSphere-Command-20] ShardingSphere-SQL - Actual SQL: ds_2 ::: select prov_id from csys_company_buffer_info "

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
github-actions[bot]commented, Oct 8, 2022

Hello , this issue has not received a reply for several days. This issue is supposed to be closed.

0reactions
novice-gamercommented, Jul 18, 2022

The actual quantity is 563275 lines

Read more comments on GitHub >

github_iconTop Results From Across the Web

Internal Error while doing SQL SELECT statement.
Hi All,. I have a view which joins 6 small tables together. Table size is small and the total count is around 37K...
Read more >
How to UPDATE from a SELECT statement in SQL Server
In this article, we will learn different methods that are used to update the data in a table with the data of other...
Read more >
16.20 - TPT17128 Error: unable to execute SELECT statement
TPT17128 Error: unable to execute SELECT statement Explanation: This fatal error occurs when the ODBC operator fails to execute the given ...
Read more >
Reading Huge volume of data from Sqlite to SQL Server fails ...
Step by Step guide. Since the error is thrown when reading from a large dataset, try reading data by chunks, to achieve that...
Read more >
SQL Error Messages | InterSystems IRIS Data Platform 2022.2
While this document lists error codes as negative values, JDBC and ODBC clients always receive positive values. For example, if an ODBC or...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found