count_photo_versions
Count the total number of photo versions.
To retrieve the total number of photo versions.
CREATE FUNCTION count_photo_versions() returns bigint AS 'select count(identifier) from photo_version' LANGUAGE 'sql';
Version 2.13
Still in use
= Version 2.13 =
CREATE FUNCTION count_photo_versions() returns bigint AS 'select count(identifier) from photo_version' LANGUAGE 'sql';