copy command into sqlplus
I am trying to copy this command into sqlplus.
How to write a SQL statement that spools the result of select, replace and order by with custom delimiters to a csv file
I am trying to do exactly what the question says: selecting from a table, replacing special characters from a column, order the result, then spool to a .csv
file, with a custom delimiter.
how to write an sql statement that spools the result of select, replace and order by with custom delimiters to a csv file
I am trying to do exactly what the question says:
selecting from a table, replacing special characters from a column, order the result, then spool to a csv file, with a custom delimiter.