Muzi999 commented on issue #27084:
URL: https://github.com/apache/doris/issues/27084#issuecomment-2063223609

   doris2.1.1 FE警告日志中一直在执行 这样的SQL
   SELECT SUBSTRING(CAST(MIN(`key`) AS STRING), 1, 1024) as min, 
   SUBSTRING(CAST(MAX(`key`) AS STRING), 1, 1024) as max 
   FROM `DB`.`Table`  index null
   然后每次执行都不成功 
   错误为
   Encountered: INDEX
   Expected: COMMA, INDEX is keyword, maybe `INDEX`
   
   


-- 
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