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
What is a string data type in sql?
Suppose a student column has two columns, name and marks. How to get name and marks of the top three students.
How do you change a value in sql?
What is keys and its types?
how would you write a query to select all teams that won either 2, 4, 6 or 8 games? : Sql dba
What is an exception in pl/sql?
What kind of join is join?
Is time a data type in sql?
What is foreign key and example?
What are actual parameters and formal parameters?
Which is better trigger or stored procedure?
What is bind reference and how can it be created?
what are null values? : Sql dba
What is sql and explain its components?
how to increment dates by 1 in mysql? : Sql dba