On Wed, Sep 09, 2009 at 08:27:35AM -0500, Little, Douglas wrote:
> I have very complex sql (generated by cognos) I'm porting from
> Teradata that basically uses column alias in the calculated columns.
> Is there any way to do this type of thing in Psql?
I use nested subqueries and do the renaming of calculated columns in the
innermost queries in such cases.
Bernd