Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How to query a CLOB data using SQL in jira resources?

John Christopher
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 9, 2023

I have tried adding the below comments in the resources tab it's not working

 

select DBMS_LOB.substr(myColumn, 3000) from myTable
substr(colum,1,1000)


can someone help me here

thanks in advance

 

1 answer

0 votes
Craig Nodwell
Community Champion
November 9, 2023

Hi @John Christopher welcome to the community.  Are you trying to setup a scriptrunner resource?  Have you reviewed this page?

John Christopher
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 9, 2023

It's all set up . I can able to query but my question is how to view the clob data.

when I try to view the CLOB column I get like this - oracle.sql.CLOB@814328b

Suggest an answer

Log in or Sign up to answer