Description
C-style comments are in the SQL spec as well as supported by all major DBs. The are useful for inline annotation of the SQL. We should have them too.
Example:
select /*+ MAPJOIN(a) */ /* mapjoin hint */ a /* column */ from foo join bar;