Database Function Description of "count_photo_versions"

Name

count_photo_versions

Description

Count the total number of photo versions.

Purpose

To retrieve the total number of photo versions.

Schema

CREATE FUNCTION count_photo_versions() returns bigint
AS 'select count(identifier) from photo_version' LANGUAGE 'sql';

Related tables

History

Used first

Version 2.13

Used last

Still in use

Change history

= Version 2.13 =

CREATE FUNCTION count_photo_versions() returns bigint
AS 'select count(identifier) from photo_version' LANGUAGE 'sql';
podoc/count_photo_versions_sql_function.txt · Last modified: 2007/04/23 10:26 by Luud
www.chimeric.de Creative Commons License Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0