You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/pages/en/features/executing-queries.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,3 +69,5 @@ ask you for it every time.
69
69
**NOTE**: this is just a string replacement, and therefore, you can execute
70
70
subqueries using this replacement. You can also change the query columns/filters
71
71
itself.
72
+
73
+
**TIP**: You can also set parameters for a query by preceding it with comment lines `-- @var :name = '%e%'`. Parameter values set in comments take priority over values set in the connection definition.
0 commit comments