当前位置:网站首页>Consolidation of Questionnaire Questions and Answers
Consolidation of Questionnaire Questions and Answers
2022-08-09 09:22:00 【research monk who doesn't like research】
The obtained question and answer are in json format, and the field is map
It should be noted that the two fields after the explosion do not need parentheses. If there is a where, where is placed at the end
select q_key, q_valuefrom questionnairelateral view explode(questions) t as q_key, q_valueYou can use lateral view explode multiple times
select q_key, q_value, a_key, a_valuefrom questionnairelateral view explode(questions) t as q_key, q_valuelateral view explode(answers) t2 as a_key, a_valuewhere q_key=a_key 边栏推荐
猜你喜欢
随机推荐
Module模块化编程的优点有哪些
你一定要看的安装及卸载测试用例的步骤及方法总结
These 12 GIS software are better than the other
MySQL事务隔离
Max Flow P
MySQL event_single event_timed loop event
营养与健康(HIT2021秋)
Venture DAO Industry Research Report: Macro and Classic Case Analysis, Model Summary, Future Suggestions
性能测试的基本概念是什么?做好性能测试需要掌握哪些知识?
这12个GIS软件一个比一个好用
手机APP测试流程规范和方法你知道多少?
Redis high availability
ASP.net中的数据库应用
高清卫星地图浏览器
【环境搭建】onnx-tensorrt
Failed to mount component: template or render function not defined.
基于蓝牙定位功能开发的医院智能导航系统
on duplicate key update
接口性能测试方案设计方法有哪些?要怎么去写?
MySQL indexes






