How can I run a simple query, for example:
select current timestamp from sysibm.sysdummy1
In the old "Command Center", if he could just run such a command without creating a script / project, using the query builder, etc. However, the old command center was replaced by the new Data Studio during the upgrade.
I am trying to reproduce an error that does not appear when using my regular Aqua Data studio. However, executing the procedure using JDBC and / or Data Studio throws an exception.
source share