4
Answers

How to get pure String value from SQL format in IntelliJ?

Ravi Kumar

Ravi Kumar

1y
824
1

I am using Spring Jpa to write the SQL query, the IntelliJ supports me to reformat SQL easy to read. However, when I try to copy this SQL to run in the database, it has a lot of redundant characters I need to remove such as + " \n. How can I do for copying only the value of this query?

Answers (4)