tskredens/sql/tasks/count.sql

1 line
48 B
MySQL
Raw Normal View History

2019-10-09 04:04:46 +02:00
SELECT count(*) c FROM "tasks" WHERE owner = $1;