DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Comments

It is possible to comment lines in the query by starting them with a # or // marker. Example:

SELECT * FROM tt_content
#WHERE header like '%foo%'

The second line in this query will be ignored.