HP Neoview SQL Reference Manual page 311

Hide thumbs Also See for Neoview SQL:
Table of Contents

Advertisement

56
--- 1 row(s) selected.
SELECT COUNT(*)
FROM persnl.employee
WHERE jobcode IS NOT NULL;
(EXPR)
-----------
56
--- 1 row(s) selected.
Count the number of distinct departments in the EMPLOYEE table:
SELECT COUNT (DISTINCT deptnum)
FROM persnl.employee;
(EXPR)
-----------
11
--- 1 row(s) selected.
COUNT Function
311

Advertisement

Table of Contents
loading

Table of Contents