Data update
This commit is contained in:
parent
4d5544505c
commit
4924dd0264
3073 changed files with 55820 additions and 4408 deletions
6
Task/Text-processing-2/DuckDB/text-processing-2-6.duckdb
Normal file
6
Task/Text-processing-2/DuckDB/text-processing-2-6.duckdb
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
with allflags as (
|
||||
select array_agg(flags) as flags
|
||||
from (select report(struct_pack(*COLUMNS('flag'))::JSON) as flags from t)
|
||||
)
|
||||
select list_reduce( flags, (acc,x) -> list_intersect(acc,x) ) as "never worked"
|
||||
from allflags;
|
||||
Loading…
Add table
Add a link
Reference in a new issue