COUNT

Count( field_name | * | 1 ) counts the number of non null data rows in the selection.

Example:

SELECT COUNT ( fieldname) FROM table_a 
[WHERE field2 = ‘test’]
Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.