How to delete a row in mysql?
问题 Is it possible to delete one or more rows from a table in MySql ? I want to delete the last two rows from the following table. +-------+--------------+-----------+--------------------+---------------+ | gp_no | no_of_member | amount | current_instalment | starting_date | +-------+--------------+-----------+--------------------+---------------+ | 1 | 15 | 375000.00 | 2 | 2015-05-01 | | 2 | 10 | 300000.00 | 1 | 2015-07-01 | | 3 | 15 | 450000.00 | 5 | 2015-04-01 | | 4 | 10 | 400000.00 | 0 | 2015