后端 #12494
需求 #12447: 上汽大众数仓相关开发及运维
公域数据源数据取数
描述
Social Listening 取一周的数据,生产数仓 -> 生产Oracle:
select count(1) from ods_voc_social_listening_data
where start_end_time > '20250301'
and to_date(regexp_replace(issue_time, '\n|\t|\r|\\u0000|\\u0010|\\u0001|', '')) >='2025-04-07'
and to_date(regexp_replace(issue_time, '\n|\t|\r|\\u0000|\\u0010|\\u0001|', '')) <='2025-04-13';