M
Mark Allan Nelson
I'm trying to find out how to enter inline comments in a query. For example,
If I:
1) click on "Queries" under "Objects".
2) Click on "Create query in Design view".
3) Under the "Tables" tab, click MyTable.
4) Click the "Add" button.
5) Click the "Close" button.
6) Drag the the "*" to the first field.
7) Click "View".
8) Click "SQL View".
I will see:
SELECT MyTable.*
FROM MyTable;
I want to ad something like:
/* My comment */
SELECT MyTable.*
FROM MyTable;
I tried:
//
'
--
#
{}
SQL-comment
C-comment
I know how to add a comment in the description property, but inline comments
would really help me. Does anyone have any suggestions?
Thanks,
Mark Nelson
If I:
1) click on "Queries" under "Objects".
2) Click on "Create query in Design view".
3) Under the "Tables" tab, click MyTable.
4) Click the "Add" button.
5) Click the "Close" button.
6) Drag the the "*" to the first field.
7) Click "View".
8) Click "SQL View".
I will see:
SELECT MyTable.*
FROM MyTable;
I want to ad something like:
/* My comment */
SELECT MyTable.*
FROM MyTable;
I tried:
//
'
--
#
{}
SQL-comment
C-comment
I know how to add a comment in the description property, but inline comments
would really help me. Does anyone have any suggestions?
Thanks,
Mark Nelson