How to avoid string value returned as part of sql query output being split into different fields in array in bash/shell script
The output of my sql query has multiple columns and contains string values which contains space. I need to write bash script where in i have to read values into variable and then use it further in the script also insert them into another database.