tps/reload/dump.sql

1 line
192 B
MySQL
Raw Normal View History

2018-05-29 22:35:16 -04:00
copy (select r.* from tps.trans join lateral jsonb_populate_record(null::tps.dcard, rec) r on true where srce = 'DCARD') to 'C:\users\fleet\downloads\dcard.csv' with (format csv, header true);