Due to the lack of uniform standards in the presentation of comments within source code, it is almost impossible to implement each and every commenting indicator. We have therefore chosen to support the three most popular delimiters:
Comment Syntax |
Comment |
---|---|
-- |
single line |
// |
single line |
starting with /* ending with */ |
block |
During optimization these comments will be removed and will not be shown in the list of optimized SQL statements.
SQL Optimizerdoes not accept any other comment delimiters.
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center