This topic explains how add comments to VMware Tanzu GemFire 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'
check-circle-line exclamation-circle-line close-line
Scroll to top icon