摘要:
/usr/lib/gcc/x86_64-linux-gnu/4.8/include-fixed/limits.h:168:61: fatal error: limits.h: No such file or directory #include_next <limits.h> /* recurse 阅读全文
摘要:
密码策略问题 ERROR 1819 (HY000): Your password does not satisfy the current policy requirements 查看 mysql 初始的密码策略,输入语句 “ SHOW VARIABLES LIKE 'validate_passwo 阅读全文
摘要:
https://opensource.com/article/18/8/publish-wordpress-static-gitlab-pages-site A long time ago, I set up a WordPress blog for a family member. There a 阅读全文
摘要:
举个简单的栗子: 找到最小日期的那一条记录 select * from ( select *,row_number() over (partition by id order by cast(date as bigint) asc ) date_row_numberfrom ods_sdm.sdm_ 阅读全文
摘要:
https://blog.csdn.net/sunnyyoona/article/details/62894761 select sum(pitem) from (select map_values(repay_principal) principal from dw.dw_xxx) t later 阅读全文
摘要:
select * from ( select t1.instalment_id as r_id , t2.instalment_id as p_id from (select instalment_id from r_i ) t1 left join (select instalment_id fr 阅读全文
摘要:
hive 的存储路径的 .hive staging_hive_yyyy MM dd_HH mm ss_SSS_xxxx x 文件可以清理掉吗 https://blog.csdn.net/sparkexpert/article/details/51918999 https://www.v2ex.com 阅读全文