Clarify FAQ 6.18
This commit is contained in:
@@ -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>
|
||||
<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 "/**/" construct. Any
|
||||
spaces inserted there
|
||||
will be later also inserted as spaces in your query and may lead to unexpected
|
||||
|
Reference in New Issue
Block a user