Loading

该文被密码保护。 阅读全文
posted @ 2021-03-03 20:16 Mang0 阅读(0) 评论(0) 推荐(0)
摘要: MySQL的IF既可以作为表达式用,也可在存储过程中作为流程控制语句使用,如下是做为表达式使用: IF表达式 IF(expr1,expr2,expr3) 如果 expr1 是TRUE (expr1 <> 0 and expr1 <> NULL),则 IF()的返回值为expr2; 否则返回值则为 e 阅读全文
posted @ 2021-03-03 20:15 Mang0 阅读(1721) 评论(0) 推荐(0)
摘要: 网上解决办法一: https://stackoverflow.com/questions/22463444/hive-error-parseexception-missing-eof 把语句放在有()之前 网上解决办法二: https://blog.csdn.net/syfly007/article 阅读全文
posted @ 2021-03-03 16:38 Mang0 阅读(836) 评论(0) 推荐(0)