MYSQL how to update the ship amount for the order dates after 2015-03-30 15:22:31 to 15

I’m having trouble with this question: Write an UPDATE statement that modifies the Orders table. Change all ship amount for order dates after 2015-03-30 15:22:31 to 15. If you get an error due to safe-update mode, you can add a LIMIT clause to update the first 100 rows of the table. (This should update all… Read More MYSQL how to update the ship amount for the order dates after 2015-03-30 15:22:31 to 15