Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> SQL-92 syntax question?

SQL-92 syntax question?

From: Prashant Balepur <prashant_at_dfi.com>
Date: 1998/01/14
Message-ID: <69jp8c$9j1$1@client3.news.psi.net>#1/1

Is the following syntax valid in SQL-92 (Oracle allows it):

SELECT a, exprFunc1(b), exprFunc2(c) FROM ...
GROUP BY a, exprFunc1(b);

exprFunc1() is say, a DayOfWeek() method returning the day of week of a given date.

prashant balepur
DFI*Aeronomics Received on Wed Jan 14 1998 - 00:00:00 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US