Hive Version 0.13
我在hive中有一个列需要用双引号括起来
我正在尝试使用以下查询,但输出返回为NULL
select "\""+notes_detail+"\"" from service_request_notes.TSS_INCIDENT_NOTES_F_SAMPLE limit 1;
其中输出应为此
select notes_detail from service_request_notes.TSS_INCIDENT_NOTES_F_SAMPLE limit 1;
作业0:地图:106累积CPU:151.24秒MAPRFS读取:0 MAPRFS写入:0成功 总MapReduce CPU耗时:2分31秒240毫秒 好 notes_detail 来自:scottw@acespower.com