User Tools

Site Tools


podoc:count_users_sql_function

Database Function Description of "count_users"

Name

count_users

Description

Count the total number of users.

Purpose

To retrieve the total number of users.

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.txt · Last modified: 2007/04/23 14:29 by Luud