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