MySQL删除指定行

mysql> select * from tx; +------+ | id   | +------+ |    4 | |    7 | |    3 | |    9 | |    5 | +------+ 5 rows in set (0.05 sec) mysql> delete a from tx a inner join (select * from tx limit 2,2) b o
相关文章
相关标签/搜索