row_count()  返回上一个insert、update、delete语句的影响行数

found_rows()  返回上一个select查到的记录条数

last_insert_id()  返回上一次插入的记录的id字段

相关文章:

  • 2022-12-23
  • 2021-11-17
猜你喜欢
  • 2022-02-28
  • 2021-09-06
  • 2022-12-23
  • 2021-10-16
  • 2022-02-20
  • 2021-05-28
相关资源
相似解决方案