mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-02-03 21:24:13 +03:00
Removing that space char
This commit is contained in:
parent
5d318b4980
commit
472f5e35c2
|
@ -394,7 +394,7 @@
|
||||||
<limitgroupstart query="1"/>
|
<limitgroupstart query="1"/>
|
||||||
<limitgroupstop query="2"/>
|
<limitgroupstop query="2"/>
|
||||||
<limitstring query=" ROWS "/>
|
<limitstring query=" ROWS "/>
|
||||||
<isnull query="COALESCE(%s, ' ')"/>
|
<isnull query="COALESCE(%s,' ')"/>
|
||||||
<order query="ORDER BY %s ASC"/>
|
<order query="ORDER BY %s ASC"/>
|
||||||
<comment query="--"/>
|
<comment query="--"/>
|
||||||
<count query="COUNT(%s)"/>
|
<count query="COUNT(%s)"/>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user