最新 最热

Pytest学习(二) - 断言的使用

学习pytest时,总会习惯性的和unittest对比使用,自然就断言pytest和unittest也是有些区别的。

2020-10-29
0

hive排序后collect_set

首先排序:row_number() over (partition by category order by cast(duration as int) desc) duration_rank,然后拼接concat_ws(',',collect_set(category)),但是得到的结果却是乱序的,产生这个问题的根本......

2020-05-28
0

模糊查询 原

SELECT p, product_name, factory_sn   FROM product_info where product_name ilike regexp_replace(concat('%','带电功能','%'),'\','\','g');...

2019-04-10
0