Data update
This commit is contained in:
parent
4d5544505c
commit
4924dd0264
3073 changed files with 55820 additions and 4408 deletions
7
Task/Text-processing-2/DuckDB/text-processing-2-3.duckdb
Normal file
7
Task/Text-processing-2/DuckDB/text-processing-2-3.duckdb
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
.mode list
|
||||
.headers off
|
||||
.once dynamic.tmp
|
||||
select 'alter table t rename column ''column' || format('{:02d}', 2 * n) || ''' to ''flag' || format('{:02d}'';', n) from range(1,25) t(n);
|
||||
.read dynamic.tmp
|
||||
.mode duckdb
|
||||
.headers on
|
||||
Loading…
Add table
Add a link
Reference in a new issue