Comments

AnalytiX-BI supports comments in queries, both with the SQL single and multi-line syntax.

 

SELECT

  ProductName,

  --ProductID,

  CategoryID

FROM

  Products

WHERE

  /* only select products of

     type Beverage */

  CategoryID = 1