HI,
I have given below query but i am getting the duplicate records also. Pls suggest how can i avoid the duplicate records in select statement...
select max(column_name) from table_name1,table_name2
where column1=column2 and column3=344 and column3='D' group by column5
Thanks,
Venkat