Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: OT: Funniest line in the manual.
Actually, when you think about this for a moment, it's not such a bad idea. The format below would need some improvement but WTF. I bet it ends up being an Oracle 9i release 'n' feature.
where use_nested{A.col1 = B.col1, taba_pk, tabb_pk} where use_bitmap{A.sex = 'M', taba_bdx}
I'll bet 90% of Oracle's new features started out as an "I Wish" in somebodies head at 3 in the morning.
Brian P. MacLean
Oracle DBA, OCP8i
Connor McDonald To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> <hamcdc_at_yahoo. cc: co.uk> Subject: Re: OT: Funniest line in the manual. Sent by: root_at_fatcity.c om 03/26/02 03:45 PM Please respond to ORACLE-L
You mean all this time my hints like the following:
select *
from table
where /*+ LET_ME_CHOOSE_THE_ORDER */
/*+ DO_ME_FIRST */ col1 = 12 and /*+ NOT_ME_YET */ col2 = 13 and /*+ WHEN_YOU_GET_A_MOMENT_TRY_ME */ col3 = 14
isn't going to work ?
:-)
"Some days you're the pigeon, some days you're the statue"
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: =?iso-8859-1?q?Connor=20McDonald?= INET: hamcdc_at_yahoo.co.uk 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). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: Brian_P_MacLean_at_eFunds.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 Tue Mar 26 2002 - 17:38:19 CST