We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682d093 commit e7a1da0Copy full SHA for e7a1da0
source/read/retrieve.txt
@@ -111,8 +111,8 @@ table describes options commonly used for modifying queries:
111
* - ``comment``
112
- | Specifies a string to attach to the query. This can help you trace and interpret the
113
operation in the server logs and in profile data. To learn more about query comments,
114
- see :manual:`$comment </reference/operator/query/comment/>` in the {+mdb-server+}
115
- manual.
+ see the :manual:`cursor.comment() </reference/method/cursor.comment/>` page in the
+ {+mdb-server+} manual.
116
117
* - ``hint``
118
- | Specifies the index to use for the query.
0 commit comments