Home
SQL / MySQL
Aggregate Functions
Backup Load
Command MySQL
Cursor
Data Type
Database
Date Time
Engine
Event
Flow Control
FullText Search
Function
Geometric
I18N
Insert Delete Update
Join
Key
Math
Procedure Function
Regular Expression
Select Clause
String
Table Index
Transaction
Trigger
User Permission
View
Where Clause
XML
Backup a table : BACKUP « Command MySQL « SQL / MySQL
SQL / MySQL
Command MySQL
BACKUP
Backup a table
BACKUP TABLE duck_cust, duck_title TO
"D:/BackDuck/"
;
Related examples in the same category
1.
Backup a table to a file