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 Performance

Sql Performance

From: Valiveru, Siva <SValiveru_at_ea.com>
Date: Fri, 25 May 2001 13:01:52 -0700
Message-ID: <F001.00310123.20010525130052@fatcity.com>

Gurus,

Will there be any performance gain by going for query1 instead of query2.

Query1:
select col1,col2, col3,..col2n from tab;

Query2:

select * from tab;

Thanks,
SIva
--

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

Author: Valiveru, Siva
  INET: SValiveru_at_ea.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
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 Fri May 25 2001 - 15:01:52 CDT

Original text of this message

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