delete A from books a where not exists (select * from borrow where a.bno=bno)delete A 这个 "A" 代表什么