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
Restore a table : RESTORE « Command MySQL « SQL / MySQL
SQL / MySQL
Command MySQL
RESTORE
Restore a table
RESTORE TABLE duck_title FROM
"D:/BackDuck"
; SHOW TABLES;
Related examples in the same category