4 lines
51 B
SQL
4 lines
51 B
SQL
-- count rows in a table
|
|
select count(*) from &1;
|
|
|
-- count rows in a table
|
|
select count(*) from &1;
|
|
|