MySQL delete all rows where id is greater than the given number
DELETE FROM table_name WHERE ID>9;
We provide knowledgeable blogs related to php, jQuery, html, css, wordpress, woocommerce, cordova app with examples in 2021.
DELETE FROM table_name WHERE ID>9;
Comments
Post a Comment