Does anyone know a way to run a 'break on' (Oracle) style function in DB2 SQL - UDB 7.1 - running command through sql only not a reporting tool
Trying to eliminate redundant fields in output eg to get a result like
Column1 Column2 Column 3
EMPL1 name1 attribute1
attribute2
EMPL2 Name2 attribute1
EMPL3 Name3 attribute1
etc
Trying to eliminate redundant fields in output eg to get a result like
Column1 Column2 Column 3
EMPL1 name1 attribute1
attribute2
EMPL2 Name2 attribute1
EMPL3 Name3 attribute1
etc