NQL構文演算子
オペレーター
定義
例
=
エイリアスオペレーター、計算および要約文でのみサポートされます。
num_of_devices = count()
|
Pipe operator, separator between statements.
devices | where name == "abc"
Last updated
=
エイリアスオペレーター、計算および要約文でのみサポートされます。
num_of_devices = count()
|
Pipe operator, separator between statements.
devices | where name == "abc"
Last updated