Quote:
Originally posted by jmodic
Of course the specific implementation of
{your_row_source_here} that padders used in the second query could not work prior to 10g, since MODEL clause is not available in pre-10g. But that is not essential for your problem, you simply replace the {your_row_source_here} with your table name.
Besides, what you used in your example has absolutely nothing to do with the functionality of MODEL, so how can you say it should be used as a 9i replacement for what padders have demonstrated for 10g using MODEL? The SQL you provided is just a silly example of how one can write an overcomplicated 22-line query (of course not forgetting to use a mandatory!!!! hint) when it can be written in a trivial 2-line statement.