私は次のように構築されたテーブルを持っています:
tab: ([]col1:();col2:())
`tab insert (`testsym; "testchararr")
col2
値を持つ行を選択したいと思います"testchararr"
。私は次のように試しました:
select from tab where col2 = "test"
しかし、これは常に'length
エラーを返します。
char 配列の値に基づいてクエリを実行するにはどうすればよいですか? ありがとう