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
What is heap table in mysql?
What is a simple query?
What are the difference between mongodb and mysql?
What is mysql server used for?
What are triggers in mysql?
What is mysql installer?
What is difference between oracle and mysql?
What is mysqli_select_db?
Where is the mysql data directory?
What are the limitations of mysql?
What you can use regular expression for in mysql?
Can not connect to mysql server 10060?
Write a command to list all databases in mysql?
How can I see connections in mysql?
What is the use of mysqli_fetch_assoc?