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 8abd014 commit 3483fd4Copy full SHA for 3483fd4
1 file changed
xml/queries.xml
@@ -154,7 +154,7 @@
154
<substring query="SUBSTRING((%s),%d,%d)"/>
155
<concatenate query="%s+%s"/>
156
<case query="SELECT (CASE WHEN (%s) THEN '1' ELSE '0' END)"/>
157
- <hex query="master.sys.fn_varbintohexstr(CAST(%s AS VARBINARY(MAX)))"/>
+ <hex query="master.sys.fn_varbintohexstr(CAST(%s AS VARBINARY(8000)))"/>
158
<inference query="UNICODE(SUBSTRING((%s),%d,1))>%d"/>
159
<banner query="SELECT @@VERSION"/>
160
<current_user query="SELECT SYSTEM_USER"/>
0 commit comments