Samples
Find the top 5 values from i * 13 % 10007 for i = 1 to 10000:Arguments
The syntax is:| Name | Type | Default | Required | Description |
|---|---|---|---|---|
agg | MaxN | - | ✔ | The aggregate to return the results from. Note that the exact type here varies based on the type of data stored. |
Returns
| Column | Type | Description |
|---|---|---|
| into_values | SETOF BIGINT | SETOF DOUBLE PRECISION | SETOF TIMESTAMPTZ | The lowest values seen while creating this aggregate. |