| INSERT INTO TABLE internal_platform_db.data_team_member14_addcontent_cluster_hour_query_engine_131 PARTITION(ds='2026060914') |
| select distinct content_ |
| from internal_platform_db.log_17047_query_engine_131 |
| where day_='2026-06-09 00:00:00' and hour_ = '2026-06-09 14:00:00' |
| and commfrinum_=0 |
| and appname_ in ('app_hello_txt', 'app_add_contact', '') |
| and length(content_)>=6 |
| and scene_ in (1, 3, 10, 13, 15) |
| and length(regexp_replace(content_,'[^一-龥]',''))>3 |
| and content_ rlike '.*[一-龥]+.*' |
| and not ( content_=concat("我是", nickname_) and nicknameupdatetime_ + 86400 * 30 < timestamp_ ) |
| limit 1600000 |
|
|