• 2022-06-04
    查询出bok表中的总记录数
    A: select count(*)from tb_book;
    B: selectcountfromtb_book;
    C: selectfromcounttb_book;
    D: select*fromcounttb_book;