Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1ec9b commit a3f9741Copy full SHA for a3f9741
1 file changed
xml/queries.xml
@@ -166,7 +166,7 @@
166
<timedelay query="WAITFOR DELAY '0:0:%d'"/>
167
<substring query="SUBSTRING((%s),%d,%d)"/>
168
<case query="SELECT (CASE WHEN (%s) THEN '1' ELSE '0' END)"/>
169
- <hex query="master.sys.fn_varbintohexstr(CAST(%s AS VARBINARY))"/>
+ <hex query="master.sys.fn_varbintohexstr(CAST(%s AS VARBINARY(MAX)))"/>
170
<inference query="UNICODE(SUBSTRING((%s),%d,1)) > %d"/>
171
<banner query="SELECT @@VERSION"/>
172
<current_user query="SELECT SYSTEM_USER"/>
0 commit comments