Oracle SQL Select Long Data Type

26 Views Asked by At

How can I get data with long data type as text from a table in Oracle database? When I run this code SELECT S.ISTEK_NO,S.RAPORX FROM RAD_SONUC S, widememo is returned to me.... Sample code SELECT S.RAPORX FROM RAD_SONUC S

0

There are 0 best solutions below