No Dual Required
September 20, 2007
Two corollaries to yesterday’s post.
1. The Dual table becomes redundant, because now
select X
where X = 1
is allowed.
Question: how does the query execution engine figure out the type of the variable X?
2. Integer generator query:
select X
where X < 100
No level, rownum, or connect by!
January 27, 2008 at 11:13 am
Vadim,
what are you talking about ?
which database vendor + version allows these queries ?
Thank you
January 27, 2008 at 11:58 pm
This is just a proposal.
January 28, 2008 at 9:13 am
you have my support for this
May 2, 2008 at 7:26 pm
[...] consequence of this amendment is that the famous Dual table is no longer required. The other implication of equating tables with predicates is that physical query optimization can [...]