Hi All,
I have an issue while converting oracle query into teradata.below is the oracle query,
select table1.productid,table2.productid,table2.max_rowid from table1,table2
where table1.productid=table2.productid and
table1.rowid=table2.max_rowid
Please help me ASAP, it would be appriciate for your immediate responce.
↧