![]() |
SQL-J Language Reference
|
Reference Manual |
COUNT(*)COUNT(*) is an aggregate function that counts the number of rows accessed. No NULLs or duplicates are eliminated. COUNT(*) does not operate on an expression. SyntaxThe resulting data type is LONGINT. COUNT(*) Examples
-- Count the number of rows in the Flights table
-- Evaluate an expression only if there are |
|
![]() Cloudscape Version 3.6 For information about Cloudscape technical support, go to: www.cloudscape.com/support/.Copyright © 1998, 1999, 2000 Informix Software, Inc. All rights reserved. |