On 07.06.2009 02:03, mh (AT) pixar (DOT) com wrote:
Quote:
Peter Nilsson <airia (AT) acay (DOT) com.au> wrote:
Malcolm Dew-Jones wrote:
select rownum from dual connect by rownum <= 1000000
More common is...
select level from dual connect by level <= 1000000
Both of these are working perfectly for me... thanks to
both of you! |
But keep in mind that if you are investigating execution plans the mere
fact that you do not query a real table might dramatically change the
plan in question probably making the exercise useless.
Kind regards
robert
--
remember.guy do |as, often| as.you_can - without end
http://blog.rubybestpractices.com/