getPageTextWordsSet on tableExists is pretty powerful stuff

This commit is contained in:
Miroslav Stampar
2010-12-25 09:37:33 +00:00
parent 9853c1ec7f
commit 272476773f
2 changed files with 12 additions and 1 deletions

View File

@@ -359,7 +359,7 @@
<tables/>
<dump_table>
<inband query="SELECT %s FROM %s"/>
<blind query="SELECT MIN(%s) FROM %s WHERE CVAR(%s) > '%s'" query2="SELECT %s FROM %s WHERE %s = '%s'" count="SELECT COUNT(*) FROM %s"/>
<blind query="SELECT MIN(%s) FROM %s WHERE CVAR(%s) > '%s'" query2="SELECT TOP 1 %s FROM %s WHERE %s LIKE '%s'" count="SELECT COUNT(*) FROM %s"/>
</dump_table>
</dbms>