18161244525 opened a new issue, #30105:
URL: https://github.com/apache/doris/issues/30105

    SELECT json_extract('[{ "k1.a":"","k2":300},{"k1.a":"123", "k2":300}]', 
'$."k2"');
   此时查询不出来结构,当调整sql为 如下是
   SELECT json_extract('[{ "k1.a":" ","k2":300},{"k1.a":"123", "k2":300}]', 
'$."k2"');就能查询出来结果。


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to