While I am trying to insert a row to my table, I\'m getting the following errors:
ERROR 1064 (42000): You have an error in your SQL syntax; check the manual that
Save code below as command.sql
USE restaurant TRUNCATE `orders`; TRUNCATE `order_items`;
Then run
mysql -u root output.tab