This topic created in 1288 days ago, the information mentioned may be changed or developed.
select '{"${a}":"b"}';
结果:
{"":"b"}
请问这是为啥呢?
4 replies • 2023-01-11 13:05:41 +08:00
 |
|
1
badboy17 Oct 30, 2022 1
a 没取到值,不就默认为空了吗
|
 |
|
3
xinxingi Oct 31, 2022
{"${a}":"b"} 这是我跑出来的结果 Hive 版本为 2.1.1 你哪个版本的跑出来这个结果
|