返回顶部
摘要: 1.下面的这条语句 统计出来的数据是不准确的 因为还没有及时更新 如果第一个很大 只需要用count(*) 查一下实际的就行了 select table_name,table_rows from information_schema.tables where table_name = 'jt808_ 阅读全文
posted @ 2022-08-05 11:32 不懒人 阅读(46) 评论(0) 推荐(0) 编辑