This question might be lazy question. While I was using netbean to run query and also sql workbench then each time I run query and use it in .java file as
String sql = "select * from some table "+
"where table.col = 'sth'" //the query is not this short
Adding + and “” easily without going to each line and adding in 100 line of query.
Is there any way that netbeans or Oracle sql developer support direct export ast this kind of string or is there any other alternative.
Using Advance Format you can. HUrray! IN oracle SQl Developer