I have a source table which does not contain any primary key column. Now on one of the column of this table i have to apply Group By function.
Is there any alternative other than creating a temp interface. Because to join this temp interface with my actual source table i need a key column which is not there in my source table.
Any help will be appreciated,
Regards,
Pragathi MS