added note to duplicate function about the as column being overwritten if it exists

pull/174/head
Scott Anderson 2019-04-08 14:33:21 -06:00
parent 60256576f6
commit b9fa15cc77
1 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,10 @@ The name assigned to the duplicate column.
_**Data type:** String_
{{% note %}}
If the `as` column already exists, this function will overwrite the existing values.
{{% /note %}}
## Examples
```js
from(bucket: "telegraf/autogen")