Count table rows October 22, 2022 by Tarik SELECT COUNT(*) FROM fooTable; will count the number of rows in the table. See the reference manual.