1
私はinventory
という列を持っています。MySQLバージョンでjson列を解析する方法<5.7
id ..... inventory
この列の内容は次のとおり
{"STC1":{"count":"1"},"STC2":{"count":0}}
count
値は可変です。 私はアプリケーション側を使用したくない、私はSQLを使用したい。私が何をしたいの例
ため
:
... where STC1.count > 0
または
... where STC1.count > 1 or STC2.count < 5