August 2019
Intermediate to advanced
560 pages
13h 41m
English
The following table lists the functions supported with their descriptions:
|
Function name |
Description |
|
AVG(field_name) |
Returns the average value. |
|
COUNT(expr) |
Returns the number of records that satisfy the expression. COUNT(*) or COUNT (literal) will return all records. |
|
COUNT(ALL field_name) |
Returns the number of records with the non-null value from the field_name field. |
|
COUNT(DISTINCT field_name) |
Returns the number of records with non-null and distinct values from the field_name field. |
|
FIRST(field_name_1 [, field_name_2])/ FIRST_VALUE(field_name_1 [,field_name_2]) |
Sorts the records with field_name_2 if they exist. Otherwise, sorting is affected with field_name_1. Returns the first non-null value ... |
Read now
Unlock full access