NQLビット演算子
演算子
定義
例
and
Logical conjunction
name == "abc" and size > 10
or
Logical disjunction
name == "abc" or size > 10
Last updated
Was this helpful?
and
Logical conjunction
name == "abc" and size > 10
or
Logical disjunction
name == "abc" or size > 10
Last updated
Was this helpful?