mirror of
https://github.com/eduardolat/pgbackweb.git
synced 2026-01-23 21:19:31 -06:00
3 lines
78 B
SQL
3 lines
78 B
SQL
-- name: DatabasesServiceGetDatabasesQty :one
|
|
SELECT COUNT(*) FROM databases;
|