Calculate the number of mysqlows

Asked 2 years ago, Updated 2 years ago, 30 views

What should I do to know the number of rows in mysql's table as the title says?

mysql

2022-09-22 16:54

1 Answers

https://dev.mysql.com/doc/refman/5.7/en/counting-rows.html

SELECT COUNT(*) FROM pet


2022-09-22 16:54

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.