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 difference between mysql and mysql server?
What is a storage engine?
Why do we use the mysql database server?
What is inner join in mysql?
How to allow the user "sonia" to connect to the server from localhost using the password "passwd". Login as root. Switch to the mysql db. Give privs. Update privs.
What is longblob in mysql?
SQL is not case sensitive. DELETE is the same as delete. State Whether True or False?
What do I do if I forgot my mysql root password?
How to use sum function in where clause in mysql?
What is the latest mysql version?
What is the password of mysql?
What is not null in mysql?
Can I use mariadb instead of mysql?
How can I see connections in mysql?
What is the command used to create a database using php and mysql?