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: Displaying Title When No Data Returned

Re: Displaying Title When No Data Returned

From: Deepak Sharma <sharmakdeep_at_yahoo.com>
Date: Wed, 13 Sep 2000 10:01:37 -0700 (PDT)
Message-Id: <10618.116856@fatcity.com>


Wayne,

A (dirty) work-around is do something like



TTitle left "*** TITLE *** "

select ' ' from dual
/
select tname from tab
where tname like 'ABC'
/


where, 2nd SQL is your actual one.


Oracle DBA,
Minneapolis, MN
USA

Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere! Received on Wed Sep 13 2000 - 12:01:37 CDT

Original text of this message

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