How to delete multiple rows in SQL where id = (x to y)

后端 未结 5 2004
甜味超标
甜味超标 2020-12-04 07:23

I am trying to run a SQL query to delete rows with id\'s 163 to 265 in a table

I tried this to delete less number of rows

    DELETE FROM `table` WHE         


        
5条回答
提交回复
热议问题