|
The features on this page require a GENESIS64 Advanced license and are not available with GENESIS64 Basic SCADA . |
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