mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-02-08 13:18:32 -06:00
3 lines
78 B
SQL
3 lines
78 B
SQL
-- name: DatabasesServiceGetDatabasesQty :one
|
|
SELECT COUNT(*) FROM databases;
|