で配列テキストを検索するための適切な SQL 構文は何crate database
ですか?
私の例のテーブルは次のとおりです。
create table
tasks(user string, entry array(object as (taskid string, eTime timestamp))).
構文エラーが発生する次のことを試しました。
select * from program where any(entry['taskid']) ~* '.*cleanup.*';