Clarify FAQ 6.18

This commit is contained in:
Marc Delisle
2011-02-06 16:44:23 -05:00
parent bfb6bbb942
commit 56776dd0ed

View File

@@ -4134,7 +4134,7 @@ INSERT INTO REL_towns VALUES ('M', 'Montréal');
<code>SELECT Name, Address FROM addresses WHERE 1 AND Name LIKE '%phpMyAdmin%'</code> <code>SELECT Name, Address FROM addresses WHERE 1 AND Name LIKE '%phpMyAdmin%'</code>
<br /><br /> <br /><br />
You can use multiple occurrences of <b>/*[VARIABLE]*/</b> in a single query.<br /> You can use multiple occurrences of <b>/*[VARIABLE]*/</b> in a single query (that is, multiple occurrences of the <i>same</i> variable).<br />
<b>NOTE THE ABSENCE OF SPACES</b> inside the &quot;/**/&quot; construct. Any <b>NOTE THE ABSENCE OF SPACES</b> inside the &quot;/**/&quot; construct. Any
spaces inserted there spaces inserted there
will be later also inserted as spaces in your query and may lead to unexpected will be later also inserted as spaces in your query and may lead to unexpected