From 56776dd0ed48d3c0591c4aea760c03c2e08b4fbb Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 6 Feb 2011 16:44:23 -0500 Subject: [PATCH] Clarify FAQ 6.18 --- Documentation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation.html b/Documentation.html index ac8692c05..58e1f92ab 100644 --- a/Documentation.html +++ b/Documentation.html @@ -4134,7 +4134,7 @@ INSERT INTO REL_towns VALUES ('M', 'Montréal'); SELECT Name, Address FROM addresses WHERE 1 AND Name LIKE '%phpMyAdmin%'

- You can use multiple occurrences of /*[VARIABLE]*/ in a single query.
+ You can use multiple occurrences of /*[VARIABLE]*/ in a single query (that is, multiple occurrences of the same variable).
NOTE THE ABSENCE OF SPACES inside the "/**/" construct. Any spaces inserted there will be later also inserted as spaces in your query and may lead to unexpected