How to load data from a text file into a table?
Answer Posted / ramesh
We can load the data to the table in 3 ways.
One is by using controle file
Second one is command Prompt And
Third one is by using apps concurrent program.
1)Load data
infile *
fields terminated by ','
insert into table table name
(
col1 datatype1
)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What can you do with mysql?
How show all tables in mysql query?
Is the syntax correct? Explain the meaning of the syntax given below: $dbc = mysqli_connect('data.aliensabductedme.com', 'owen', 'aliensrool', 'aliendatabase');
What is bigint in mysql?
What are all the Common SQL Function?
how you will show all records not containing the name "sonia" and the phone number '9876543210' order by the phone_number field.
What are the difference between now and current_date in mysql?
how to search second maximum(second highest) salary value(integer)from table employee (field salary)in the manner so that mysql gets less load?
How to display odd rows in student table in mysql?
What is mysql command line?
What is blob and clob?
What is difference between pdo and mysqli?
Does mysql support sequence?
How to use sum function in where clause in mysql?
How to enter Characters as HEX Numbers?