You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But after running for a while, I encountered the following query problem. What is certain is that it is normal for me to execute vacuum verbose log_developer_api_code_msg command.
uncategorized SQLException for SQL [select code, message, sum(count) as count from public.log_developer_api_code_msg where data_source ='delta-developer-code-msg' and ent_id is not null and ent_id !='0' and code !='0' and code !='1' and code !='140001' and code !='200' and stat_date >='2024-03-01' and stat_date <='2024-03-01' group by code,message order by count desc limit 20];
SQL state [XX000]; error code [0]; ERROR: insufficient data for reading boolean array; nested exception is org.postgresql.util.PSQLException: ERROR: insufficient data for reading boolean array
I'm not sure what the source of this problem is? Does this error mean that the table is damaged? What steps should I take to resolve this issue? Thanks
The text was updated successfully, but these errors were encountered:
What's wrong?
I have a column table as follows, which periodically calls insert SQL to write data.
But after running for a while, I encountered the following query problem. What is certain is that it is normal for me to execute
vacuum verbose log_developer_api_code_msg
command.I'm not sure what the source of this problem is? Does this error mean that the table is damaged? What steps should I take to resolve this issue? Thanks
The text was updated successfully, but these errors were encountered: