Hello.
I want to see the query statements used by the DB node in the log file.
Is there any way to see it?
Thank you.
Hello.
I want to see the query statements used by the DB node in the log file.
Is there any way to see it?
Thank you.
Hi,
In the database connector under “Advanced” you can turn on JDBC logging. Make sure to set the log level to “INFO” in the preferences and you will see the query in the KNIME log and the console:
INFO DB Reader 3:62 19. Statement.executeQuery(sql=<SQL>): SELECT * FROM "test" ;
Kind regards,
Alexander
Thanks for the quick response.
It was just what I was looking for.
Kind regards,
Choi
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.