Issues Querying the CONFIGURATION table for 'channelMetdata' in my Derby Database #6395
-
Good afternoon, Background: I am using SQL to query the derby database. I am using DBeaver 24.2.2 (I have used other database visualizers, but this is my current one). I am able to query other critical tables such as the "CHANNEL" and "CHANNEL_GROUP" tables Current Issue: Troubleshooting steps:
Questions: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Absolutely yes. You can see how the config table is queried to get pruning information here (though for postgres): https://gist.github.com/MichaelLeeHobbs/67980d165fc68880eb2ab283c673244b
The SQL you showed is correct, |
Beta Was this translation helpful? Give feedback.
Absolutely yes. You can see how the config table is queried to get pruning information here (though for postgres): https://gist.github.com/MichaelLeeHobbs/67980d165fc68880eb2ab283c673244b
The SQL you showed is correct,
SELECT * FROM configuration
. Can you share a link to the Derby documentation about the XSAI2 error that you get from Derby?