Use this tag for DB2 SQL Procedural Language (SQL PL) questions
I have created a trigger, inside the trigger I am appending lot of varchar and creating a new varchar. if …
db2 sql-plWhen developing in SQL PL, what is the difference between 'set' and 'select into'? set var = (select count(1) from emp); …
db2 sql-plI want to treat all types of generated signals in my code. I know how to catch a specific one …
stored-procedures db2 sql-pl