I created this query to get the entry of previous days, last time they entered. i dont know why but it gives me blank. can anyone please help?
select max(decode(sta,2,rd,null)) "MW_Previous",
max(decode(sta,5,rd,null)) "MV_Previous",
max(decode(sta,8,rd,null)) "P2300-3 Previous"...