Error message: error the execute the row count limits supported 10000
Seek guidance
CodePudding user response:
Actual operation is added a table input, the SQL statement: select * from accounts
CodePudding user response:
ERROR message: ERROR: execute the row count limits not supported: 10000 of 10384
If the table data is less than 10000 lines, the query is not an error,
The great god, please give guidance,
CodePudding user response:
With your client or interface
Does not support a query more than 10000 records
You are in the SQL statement and limit of 10000
CodePudding user response:
The