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: Select ?

Re: Select ?

From: Seema Singh <oracledbam_at_hotmail.com>
Date: Thu, 13 Nov 2003 10:19:26 -0800
Message-ID: <F001.005D692B.20031113101926@fatcity.com>


When I used query SELECT id FROM test_table WHERE LENGTH(testcolu) = 0; I received error like
ORA-00932: inconsistent datatypes
I'm on 8163.
Let me know if you have any thoughts.
I want to findout those columns which are updated thru empty_clob() functions or those columns which are showing NULL during select but those columns were updated either thru EMPTY_CLOB() or ' '.? thx- Seema

>From: Vladimir Begun <Vladimir.Begun_at_oracle.com>
>Reply-To: ORACLE-L_at_fatcity.com
>To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
>Subject: Re: Select ?
>Date: Mon, 10 Nov 2003 10:19:25 -0800
>
>SELECT id FROM test_table WHERE LENGTH(testcolu) = 0;
>--
>Vladimir Begun
>The statements and opinions expressed here are my own and
>do not necessarily represent those of Oracle Corporation.
>
>Seema Singh wrote:
>>What SQL I have to use.Is there any way can i know what are those columns
>>were updated thru EMPTY_CLOB() function?
>
>
>--
>Please see the official ORACLE-L FAQ: http://www.orafaq.net
>--
>Author: Vladimir Begun
> INET: Vladimir.Begun_at_oracle.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).



MSN Shopping upgraded for the holidays! Snappier product search... http://shopping.msn.com
-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Seema Singh
  INET: oracledbam_at_hotmail.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 Thu Nov 13 2003 - 12:19:26 CST

Original text of this message

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