HP Neoview SQL Reference Manual page 372

Hide thumbs Also See for Neoview SQL:
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading

Table of Contents