delete a from tablea a where a.id = ?
mysql 别名delete
最新推荐文章于 2023-11-22 15:54:52 发布
博客给出了一条MySQL的SQL语句,用于从表tablea中删除id等于指定值的记录,语句为delete a from tablea a where a.id =? 。
博客给出了一条MySQL的SQL语句,用于从表tablea中删除id等于指定值的记录,语句为delete a from tablea a where a.id =? 。

被折叠的 条评论
为什么被折叠?
