You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2020/04/09 09:55:16 UTC

[GitHub] [incubator-shardingsphere] fyuan1030 commented on issue #5123: org.antlr.v4.runtime.tree.ErrorNodeImpl cannot be cast to org.antlr.v4.runtime.ParserRuleContext

fyuan1030 commented on issue #5123: org.antlr.v4.runtime.tree.ErrorNodeImpl cannot be cast to org.antlr.v4.runtime.ParserRuleContext
URL: https://github.com/apache/incubator-shardingsphere/issues/5123#issuecomment-611440867
 
 
   when I change the SQL like this; it is ok
   select
   from table_name
   where type=1 and CURRENT_TIMESTAMP BETWEEN startTime AND endTime 
   AND a in
   
   #{item}
   
   and status = 0 order by mtime asc

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services