【发布时间】:2013-07-26 10:17:39
【问题描述】:
我有一个这样构建的表:
tab: ([]col1:();col2:())
`tab insert (`testsym; "testchararr")
我现在想选择col2 具有值"testchararr" 的行。我试过这样:
select from tab where col2 = "test"
但这总是返回'length 错误。
如何根据 char 数组的值进行查询?谢谢
【问题讨论】:
标签: kdb