 Apache Geode
  
    CHANGELOG
  Apache Geode
  
    CHANGELOG
  
        
  Comments in Query Strings
Comment lines being with -- (double dash). Comment blocks begin with /* and end with */. For example:
SELECT * --my comment 
FROM /exampleRegion /* here is
a comment */ WHERE status = ‘active’