Restore a table : RESTORE « Command MySQL « SQL / MySQL






Restore a table

     

RESTORE TABLE duck_title FROM "D:/BackDuck";
SHOW TABLES;

   
    
    
    
    
  

Related examples in the same category