We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 341e4af commit 1874ae4Copy full SHA for 1874ae4
chapter8/fluentbit/query-naming.conf
@@ -1,3 +1,3 @@
1
[STREAM_TASK]
2
name selectTaskWithRenaming
3
- exec SELECT record_tag() AS myTag, outterTextA AS myThingType, myData['innerText1'] AS myComment FROM TAG:'complexMsg';
+ exec SELECT record_tag() AS myTag, outerTextA AS myThingType, myData['innerText1'] AS myComment FROM TAG:'complexMsg';
0 commit comments