Counter
Counter Function
Returns the value that increments by 1. Can be used in conjunction with any vector.
Syntax
Counter()
Arguments
| Argument | Description |
|---|---|
() | No parameter required |
Examples:
SELECT (Counter(),[FusionTestTable].[VarcharColumn])
Returns a table with the first column being the count of rows.