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

Home -> Community -> Usenet -> c.d.o.server -> Re: Delete a row

Re: Delete a row

From: Anurag Varma <avoracle_at_gmail.com>
Date: 4 Apr 2006 14:50:03 -0700
Message-ID: <1144187403.902532.304080@z34g2000cwc.googlegroups.com>

Try this:
delete from <thetable>
where <clobcol> is null or dbms_lob.getlength(<clobcol>) = 0; Received on Tue Apr 04 2006 - 16:50:03 CDT

Original text of this message

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