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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Re[2]: Hotsos Symposium, Day 1

RE: Re[2]: Hotsos Symposium, Day 1

From: Knight, Jon <jknight_at_concordefs.com>
Date: Wed, 9 Mar 2005 10:25:05 -0600
Message-ID: <17ECCBDCF27C544583F2CAD928F953260221FB63@memex1.corp.cefs.int>


  This is exactly the reason I adopted the practice some time ago. I used to take them out when pasting the query into a package, etc. But, not so much anymore. With sufficient proof of performance degredation, I would take them out at once.

Thanks,
Jon Knight

 -----Original Message-----
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org] On Behalf Of David Wendelken

Sent:	Wednesday, March 09, 2005 10:07 AM
To:	oracle-l_at_freelists.org
Subject:	RE: Re[2]: Hotsos Symposium, Day 1

>I guess what I'm looking for is --- is there a good, positive
>reason to use an expression like 1=1?
>

I have a colleague who uses WHERE 1 = 1 all the time. I asked him why some years ago.
It was because as he tuned or modified statements, he got tired of re-arranging the WHERE and AND clauses all the time. By starting off with WHERE 1 = 1, all the clauses that he would be re-arranging started with AND, so it saves him some bother.

Best reason I've heard so far.

--
http://www.freelists.org/webpage/oracle-l
--
http://www.freelists.org/webpage/oracle-l
Received on Wed Mar 09 2005 - 12:26:21 CST

Original text of this message

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