Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel6
outlinefalse
typeflat
separatorbrackets
printablefalse

Combine (create the union) of the tables listed in the arguments.

...

Output
Union of all tables

Example

Input
table1

source_ip

source_port

1.1.1.1

111

3.3.3.3

333

table2

source_ip

source_port

2.2.2.2

222

4.4.4.4

444

LQL command

Code Block
unionAll(table1, table2)

Output

source_id

source_port

1.1.1.1

111

3.3.3.3

333

2.2.2.2

222

4.4.4.4

444