How to load data from a text file into a table?
Answer Posted / sathya
bcp mydb.dbo.sales in sales.csv /U /P /Ssales_fs /c /t,
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do I change a procedure in mysql?
How to extract a unit value from a date and time?
Do while loop in mysql procedure?
What is difference between function and procedure in mysql?
What is difference between Sql server and MySql database? It may be silly question but i really dont know.
What is the use of mysqli_num_rows?
How do I create a schema 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?
What is difference between oracle sql and mysql?
What is a procedure example?
What is difference between oracle and mysql?
What does "i_am_a_dummy flag" do in mysql?
What is table level locking in mysql?
What is pragma serially_reusable and why is it used?
What is 1nf 2nf 3nf?