From: Claudio V. C. <cv...@us...> - 2002-11-26 02:39:44
|
> -----Original Message----- > From: fir...@li... > [mailto:fir...@li...]On Behalf Of Nickolay > Samofatov > Sent: Lunes 25 de Noviembre de 2002 16:03 > > > Also, let me give you a beware, when you have a column of a > query defined > > using an inline select that has an input parameter and then in > the order by > > clause you refer to that column by number the input parameter > of the inline > > select gets repeated automatically. Ideally it would be nice if you > > consolidated that to reuse instead of duplicating. > > Already fixed for all cases (group by and order by by ordinal). Fix is > very general and applies to all DSQL constructs (it uses lexer order > instead of pass1 order to process parameters). So, no more silly param duplication in sub-selects, too? C. |