04 2021 档案

摘要:create table test.t_20210429 ( app String, cnt Nullable(UInt32), per Nullable(UInt32) ) ENGINE=MergeTree() order by app; insert into test.t_20210429 v 阅读全文
posted @ 2021-04-29 18:56 muyue123 阅读(64) 评论(0) 推荐(0) 编辑
摘要:# 分组取topn create table t_0428(id UInt32,nm String,cnt UInt32) ENGINE=MergeTree() order by id; insert into t_0428 values(1,'a',100),(1,'b',101),(1,'c', 阅读全文
posted @ 2021-04-28 14:46 muyue123 阅读(241) 评论(0) 推荐(0) 编辑
摘要:当要匹配特殊的隐藏字符\n \r \t ,等回车符、制表符时,需要通过使用四个 \ 进行转译。 regexp_replace(title, '\\\\n|\\\\\t|\\\\\r', ',') title 使用char(*)也可以进行处理 spark.sql("select regexp_repl 阅读全文
posted @ 2021-04-25 16:38 muyue123 阅读(1680) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示