WITH clause verses an INLINE view
Hi,
I was wondering if someone could shed light on why/if a subquery defined using a WITH clause ( and referenced more than once by a containing statement ) is more efficient than defining it as an INLINE view?
regards,
Kevin.