invalid plan node type only pk in 1 2 supported
This error message indicates that the query planner encountered a node type that is not supported. The only supported node types are primary key (pk) values of 1 or 2. Therefore, the query cannot be executed as is.
To resolve this error, you will need to review your query and ensure that it conforms to the supported node types. You may need to modify your query or break it down into smaller, simpler steps to ensure that it can be executed successfully. Alternatively, you may need to update your database schema to support the type of query you are trying to run
原文地址: https://www.cveoy.top/t/topic/fsSl 著作权归作者所有。请勿转载和采集!