How to export the table data (this table having 18 million
records) to .csv file. Please tell me is there any faster
way to export the data.
Answer Posted / kiran kumar vangeti
Hi Vellai,
From SQL loader, we are going to insert the data in to
database. But my concern is i need to export the data from
database to .csv file.
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How can I tell if sql is running?
How many row comparison operators are used while working with a subquery?
What is meaning of <> in sql?
How do I remove sql developer from windows 10?
What does select * from mean in sql?
Can triggers stop a dml statement from executing on a table?
What is cross join sql?
how can we find the number of rows in a table using mysql? : Sql dba
What is the difference between row level and statement level trigger?
What is the unique index?
How do you update a value in sql?
How does index help in query performance?
List and explain the different types of join clauses supported in ansi-standard sql?
How do you update f as m and m as f from the below table testtable?
What is the difference between having and a where in sql?