This video on debugging procedures is part nine of an overview of developer features in Toad for DB2.
Related Articles
SQL: Different ways to generate sequence
There was a question from the op regarding adding a new column to a query output by generating the cyclic sequence numbers from 1 to 3. Select A =identity(int,1,1),B,C from table_abs1,A,412,B,133,C,9...
An Easy Way to Sync Data Without Sinking in Queries
We have all been there. We start making changes to data inside a table either manually or by running one or a series of queries, only to find out that we messed part of it up. We know we have our orig...
