I am able to create the table and use it as a source for dashboards (creating it as a result of select query), however for the use-case that I'm working on I would like to be able to insert data directly into the qsaccel table.
When trying to execute the INSERT statement in Query Service, I get the following error:
Error code: 42809
Description: <MY_TABLE_NAME> is not a QsAccel Table
Thank you in advance for any tips
Kamil
Topics
Topics help categorize Community content and increase your ability to discover relevant content.
can you share more detail like the insert you used and the query id. I think you might need to just fully qualify the table. please share additional details