Re: SQL Column problem

From: DavidJRoth <davidjroth_at_aol.com>
Date: 2 Dec 1994 18:40:33 -0500
Message-ID: <3bob9h$je9_at_newsbf01.news.aol.com>


In article <3blf1o$148_at_news.cais.com>, ken_at_cais.cais.com (Ken Ford) writes:

Don't know why it fails but you can get around the problem using a column alias.
Note that aliases can be used almost anywhere in column, break, compute commands, etc. In release 7.1 you will be able to use them in order by and group by commands.

column rsc_ver ....
select rsc.rsc_id||'.'||rsc.version rsc_ver Received on Sat Dec 03 1994 - 00:40:33 CET

Original text of this message