escaping - How to write a escape sequence for "(" and ")" in java -


i have query using

select    concat(jo.title, "(" ,ccp.name,")"),  

for result .my expected result java developer(morgan stanley) way .so how can write in java file .for using

+" concat(jo.title ," + "\"(\""+",ccp.name )"+"\")\""+"\") ," 

i doing right bracket ,but not coming ,please

you can try " concat(jo.title ," + "\"(\""+",ccp.name) ,"


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -