mysql - SQL 根据 idx = 1 里面的条件找到 idx = 2, 然后删除的语句怎么写?
ringa_lee
ringa_lee 2017-04-17 15:48:51
0
1
501
ringa_lee
ringa_lee

ringa_lee

reply all(1)
小葫芦

delete deletes the actual table, while the result of the join query (join) is a "temporary table". If you want to do it all at once, you need to use a subquery: delete from xxx where xx in (select...)

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!