Thread

  1. Allow ORDER BY a Function

    David Hartwig <daveh@insightdist.com> — 1998-11-21T18:36:23Z

    Bruce,
    
    Small correction to the TODO list.    The "allow ORDER BY a function"
    feature already exist in 6.4.
    
        EXAMPLES:
    
            SELECT foo FROM bar ORDER BY upper(foo);
    
            -- or any other expression for that matter
    
            SELECT foo FROM bar ORDER BY  att1 || att2;
    
    It was done as part of the "allow GROUP BY a function" feature.
    
    
    
  2. Re: [HACKERS] Allow ORDER BY a Function

    Bruce Momjian <maillist@candle.pha.pa.us> — 1998-11-21T20:10:49Z

    Updated.
    
    > Bruce,
    > 
    > Small correction to the TODO list.    The "allow ORDER BY a function"
    > feature already exist in 6.4.
    > 
    >     EXAMPLES:
    > 
    >         SELECT foo FROM bar ORDER BY upper(foo);
    > 
    >         -- or any other expression for that matter
    > 
    >         SELECT foo FROM bar ORDER BY  att1 || att2;
    > 
    > It was done as part of the "allow GROUP BY a function" feature.
    > 
    > 
    > 
    
    
    -- 
      Bruce Momjian                        |  http://www.op.net/~candle
      maillist@candle.pha.pa.us            |  (610) 853-3000
      +  If your life is a hard drive,     |  830 Blythe Avenue
      +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026