User Tools

Site Tools


podoc:count_users_sql_function

This is an old revision of the document!


Database Function Description of "count_users"

Name

count_users

Description

Purpose

Schema

create function count_users() returns bigint
as 'select count(identifier) from users' language 'sql';

History

Used first

Version 2.5

Used last

Still in use

Change history

= Version 2.5 =

create function count_users() returns bigint
as 'select count(identifier) from users' language 'sql';
podoc/count_users_sql_function.1176448980.txt.gz · Last modified: 2007/04/13 07:23 by Luud