initial work on column builder, driven by shell
This commit is contained in:
parent
1bc21d9940
commit
270eb46123
6
sql/col_list.sql
Normal file
6
sql/col_list.sql
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
SELECT
|
||||||
|
string_agg(format('%I',cname),E'\n,' ORDER BY opos ASC) cols
|
||||||
|
FROM
|
||||||
|
fc.target_meta
|
||||||
|
WHERE
|
||||||
|
func NOT IN ('version','iter');
|
Loading…
Reference in New Issue
Block a user