摘要:
先进入虚拟机 再输入 连接数据库语句 node1执行: nohup /export/server/apache-hive-3.1.2-bin/bin/hive --service metastore & nohup /export/server/apache-hive-3.1.2-bin/bin/h 阅读全文
摘要:
1.select length("itcast");查看字符串长度;返回结果:62.select reverse("itcast"); --字符串反转返回结果:tsacti3.select concat("angela","baby"); --暴力拼接返回结果:angelababy4.--带分隔符字 阅读全文