U0100072: GaussDB does not support JSON_VALUE
Description
Database Type and Version
- Source database type and version: Oracle versions supported by UGO
- Target database type and version: GaussDB versions supported by UGO
Syntax Example
On an Oracle database, JSON_VALUE finds a specified scalar value (such as a string, number, or Boolean value) in JSON documents.
JSON_EXTRACT_PATH_TEXT of GaussDB is similar to JSON_VALUE of Oracle. However, their query paths are different. In the following query scenarios, UGO cannot automatically convert the function, so you need to modify the query path:
- A relative path is used.
- Wildcards are used, for example, $.a.*.b.
- The query result is empty, and an error is returned.
Suggestion
Use JSON_EXTRACT_PATH_TEXT and modify the JSON data query path.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot