350 B
350 B
Fix the payload
will be duplicated in the below situations:
-
Use a
foreach
sentence without theas
sub-expression and select all fields(use the*
or omitted thedo
sub-expression)For example:
FOREACH payload.sensors FROM "t/#"
-
Select the
payload
field and all fieldsFor example:
SELECT payload.sensors, * FROM "t/#"