Home » Developer & Programmer » JDeveloper, Java & XML » why I can't use "distinct" in a SQL with CLOB
why I can't use "distinct" in a SQL with CLOB [message #91507] |
Mon, 14 October 2002 18:02  |
nesan
Messages: 1 Registered: October 2002
|
Junior Member |
|
|
select distinct W.NEWSID,
W.CONTENT.extract('CONTENT').getClobVal() CONTENT
from
PM.ZWYWB W
errors:
W.CONTENT.extract('CONTENT').getClobVal() CONTENT
*
ERROR occured at line 2
ORA-00932: inconsistent datatypes: -required but CLOB found
|
|
|
|
Goto Forum:
Current Time: Fri Mar 14 07:35:52 CDT 2025
|