COUNT(*)
Counts the number of input rows.
Syntax
Returns
Type: bigint
Returns the number of input rows.
Examples
Transformation job example
SQL
Query result
$event_timestamp | num_orders |
---|---|
pickup | 113480 |
shipping | 807383 |
Last updated