NQL文法演算子
オペレーター
定義
例
=
エイリアス演算子、コンピュートおよびサマライズステートメントでのみサポートされます。
num_of_devices = count()
|
パイプオペレーター、ステートメント間のセパレーター。
devices | where name == "abc"
Last updated
Was this helpful?
=
エイリアス演算子、コンピュートおよびサマライズステートメントでのみサポートされます。
num_of_devices = count()
|
パイプオペレーター、ステートメント間のセパレーター。
devices | where name == "abc"
Last updated
Was this helpful?
Was this helpful?