H
hedadt
Unregistered / Unconfirmed
GUEST, unregistred user!
select a.bookid,a.bookname,a.type,a.price,a.author,a.press,b.ydate from book a ,(select * from borrow where stat=1) as b where a.bookid = b.bookid 在 select * from borrow where stat=1 出错,无效的使用关键字 select