Greenplum Export CSV

来自牛奶河Wiki
阿奔讨论 | 贡献2022年12月27日 (二) 16:06的版本 (创建页面,内容为“ ===Greenplum Export CSV=== m02, bi, ~/tmp/ PW=Bi...1123 FN=/tmp/test_cross.txt ====Greenplum Export CSV : Table==== SSQL="logs.l_serv_monitor" ====Greenplum Export CSV : SQL==== SSQL=`cat test_cross.sql` <small>''# test_cross.sql''</small> <small>''select   create_date,''</small> <small>''         platform,''</small> <small>''         operatingsystemversion,''</small> <small>''         channelid,''</small> <small>''         chan…”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳到导航 跳到搜索

Greenplum Export CSV

m02, bi, ~/tmp/
PW=Bi...1123
FN=/tmp/test_cross.txt

Greenplum Export CSV : Table

SSQL="logs.l_serv_monitor"

Greenplum Export CSV : SQL

SSQL=`cat test_cross.sql`

# test_cross.sql

select   create_date,

         platform,

         operatingsystemversion,

         channelid,

         channelname,

         count(*) cs

from     ods.gio_ads_track_activation

where    1=1

and      date_hour_id like '202210%'

group by create_date,

         platform,

         operatingsystemversion,

         channelid,

         channelname

order by create_date,

         platform,

         operatingsystemversion,

         channelid,

         channelname

Export

PGPASSWORD=${PW} psql -U gpadmin -h 10.10.139.20 -d owgp -w -c "copy (${SSQL}) to STDOUT with (FORMAT csv, header true, encoding UTF8)" > ${FN}

test_cross.txt

2022-10-01,Android,Android 10,"","",1752

2022-10-01,Android,Android 10,a9BG6rRn,wap站跳转app,7

2022-10-01,Android,Android 10,baidufeeds,百度原生信息流,83

2022-10-01,Android,Android 10,huaweiads_app_ocpd,华为应用商店oCPD,1143