Jackie-Jiang commented on issue #6230: URL: https://github.com/apache/incubator-pinot/issues/6230#issuecomment-721403522
@apucher Double quote in SQL means identifier instead of literal, only single quote means literal. Double quote can be used to skip special characters in the identifier, e.g. `"member-id"` ---------------------------------------------------------------- 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: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
