2014-09-17 13:23:48 +02:00

4 lines
51 B
SQL

-- count rows in a table
select count(*) from &1;