【发布时间】:2017-01-11 16:51:27
【问题描述】:
我有一个名为inventory 的专栏。
id ..... inventory
本栏目内容为:
{"STC1":{"count":"1"},"STC2":{"count":0}}
count 值是可变的。
我不想使用应用程序端,我想使用 sql。
例如
我想要什么:
... where STC1.count > 0
或
... where STC1.count > 1 or STC2.count < 5
【问题讨论】: