Hi All,
We are loading data from 2 tables
how to get the count of table (where condition should check each and every row) for every record.
How can we achieve this bods or any alternative way to achieve this.
sql( 'unv_ds_kks','select COL_SEG_ID from UNV_DS.TEMP3 where SEG_TYPE like \'ABC%\' and
SEG_CODE =\'' || Case_EESBA_KEMS_Case_EESBA_KEMS_EXISTS.ESS_SEG_ID_4 || '\' and KOMP_FILE_POSITION = 5').
Can anyone help me out how to write join condition for the above SQL..