d3 で次のクエリを実行し、次の結果を得ました。
:list product-master with qoh > 99 and with categ eni
[401] no items present.
:list product-master with qoh > 9 and with categ eni
[4] syntax error
99 を含むクエリは解析するのに、9 を含むクエリは構文エラーを生成するのはなぜですか?
d3 で次のクエリを実行し、次の結果を得ました。
:list product-master with qoh > 99 and with categ eni
[401] no items present.
:list product-master with qoh > 9 and with categ eni
[4] syntax error
99 を含むクエリは解析するのに、9 を含むクエリは構文エラーを生成するのはなぜですか?