我遇到了在 ENUM 字段上使用 WHERE 子句执行选择查询的问题
这是一个不起作用的示例查询:
kv-> execute "select * from Table1_TBL where col1 < 100 and col1 >10 and Table1Summaries.values($value.col2 = 'VAL1')"
我遇到了在 ENUM 字段上使用 WHERE 子句执行选择查询的问题
这是一个不起作用的示例查询:
kv-> execute "select * from Table1_TBL where col1 < 100 and col1 >10 and Table1Summaries.values($value.col2 = 'VAL1')"