Special Comments

The special comment in the SQL statement enables the user to define result set's name.
The comment starts from '--NAME: ' signature and ends by end of line.

A number of comments have to equals to number of statements in the SQL script.
There is example with two comments and two select statements:

DTM Query Reporter: special comments