获取MySQL表中数据的行数

SELECT count(1) AS count FROM table_name;

posted on 2021-09-03 10:30  迷途行者  阅读(170)  评论(0)    收藏  举报

导航