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

Home -> Community -> Mailing Lists -> Oracle-L -> SQL

SQL

From: waseem khan <waseem.khan_at_lycos.com>
Date: Wed, 05 Feb 2003 09:59:28 -0800
Message-ID: <F001.0054483A.20030205095928@fatcity.com>


Folks,

Is there a much better way of writing the following SQL statement, bearing in mind the performace hits due to the use of functions in the GROUP BY and ORDER BY clauses?

SELECT TO_CHAR(TEST_DATE, 'MON RRRR') XXX, count(*) FROM TBL_XYZ
WHERE TEST_VAL = DECODE(:P_VALUE, 'BEGIN', 'B', 'END', 'E') AND TEST_DATE BETWEEN :P_START_DATE AND :P_END_DATE GROUP BY TO_CHAR(TEST_DATE, 'MON RRRR')
ORDER BY TO_DATE('01 '||XXX); Thanks.



Get 25MB, POP3, Spam Filtering with LYCOS MAIL PLUS for $19.95/year. http://login.mail.lycos.com/brandPage.shtml?pageId=plus&ref=lmtplus
--

Please see the official ORACLE-L FAQ: http://www.orafaq.net
--

Author: waseem khan
  INET: waseem.khan_at_lycos.com
Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Feb 05 2003 - 11:59:28 CST

Original text of this message

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