Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: SELECT a CLOB?
Hi
try :
select dbms_lob.substr(CLOB,1,MAXDATA) .... this function returns RAW data, I did not try it, but I think it will be OK
Vasek
kev <kevin.porter_at_fast.no> píse v diskusním
příspěvku:38D63AF5.B41F8599_at_fast.no...
> Hi,
>
> I've converted my LONGs to CLOBs, but don't know how to SELECT the data
> without getting "Inconsistent datatypes" errors. What's the correct way
> of SELECTing this data?
>
> thanks,
>
> - Kev
>
Received on Tue Mar 21 2000 - 06:22:14 CST
![]() |
![]() |