Does it valid this natural join with DBA history view
Hi all
Is this Natural join valid with DBA history view? any recommendation or inputs would be benefit i used more than 2 tables natural joins because it's how it started to do it, So it doesn't needs to be like that anay other option would it be appreciate it. But the columns I have on this query are the ones I"m looking for, definitely I'm missing something but I'm rushing to get these stats
Thanks in advance
Jesus
SELECT /*+ MATERIALIZE */
decode(IO_OFFLOAD_ELIG_BYTES_TOTAL,0,'No','Yes') Offload
, TO_CHAR(begin_interval_time, 'YYYY-MM-DD') day
, sql_id
, plan_hash_value