We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oracle
oracle 14c
1.2.6
jdk11
(select TRANS_CODE_DESC from JSON_TABLE((select param_value from VSS_SYS_PARAMS where param_name = 'VSS_SPECIAL_SHOW_TRANS_CODE'), '$[*]' COLUMNS (TRANS_CODE VARCHAR2(100 CHAR) PATH '$.transCode', TRANS_CODE_DESC VARCHAR2(100 CHAR) PATH '$.transCodeDesc')) WHERE TRANS_CODE = own.TRANS_CODE)
No response
The text was updated successfully, but these errors were encountered:
是因为druid不支持oracle的JSON_TABLE函数吗
Sorry, something went wrong.
No branches or pull requests
Database Type
oracle
Database Version
oracle 14c
Druid Version
1.2.6
JDK Version
jdk11
Error SQL
(select TRANS_CODE_DESC
from JSON_TABLE((select param_value from VSS_SYS_PARAMS where param_name = 'VSS_SPECIAL_SHOW_TRANS_CODE'), '$[*]' COLUMNS (TRANS_CODE VARCHAR2(100 CHAR) PATH '$.transCode', TRANS_CODE_DESC VARCHAR2(100 CHAR) PATH '$.transCodeDesc'))
WHERE TRANS_CODE = own.TRANS_CODE)
Testcase Code
No response
Stacktrace Info
No response
Error Info
No response
The text was updated successfully, but these errors were encountered: