oracle - Exporting result of select statement to CSV format -


possible duplicate:
create excel spreadsheet oracle database

how can export result of select statement csv format in oracle, please in pl/sql thanks

if use tool sql developer, or toad, or sqlnavigator have option saving results of query. if use sqlplus, can use spool command.( how spool csv formatted file using sqlplus?) what's case?


Comments

Popular posts from this blog

actionscript 3 - TweenLite does not work with object -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -

c# - Global Variables vs. ASP.NET Session State -