Problem with variables in SELECT list

From: Bobby V. <bobbvy_at_ussinc.com>
Date: 1996/11/29
Message-ID: <329F5151.3C84_at_ussinc.com>#1/1


Hello,

In various RDBMS it is possible to have variable as par of SELECT list, like

SELECT sYear,sMonth, value FROM temp;

where sYear and sMonth are previously defined and calculated variables and value is column thome table temp.

Could we do something like this on Oracle? Received on Fri Nov 29 1996 - 00:00:00 CET

Original text of this message