You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: data/xml/queries.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -617,7 +617,7 @@
617
617
<bannerquery="SELECT service_level FROM TABLE(sysproc.env_get_inst_info())"query2="SELECT versionnumber FROM (SELECT ROW_NUMBER() OVER (ORDER BY versionnumber DESC) AS LIMIT,versionnumber FROM sysibm.sysversions) AS qq WHERE LIMIT=1"/>
618
618
<current_userquery="SELECT user FROM SYSIBM.SYSDUMMY1"/>
619
619
<!-- NOTE: On DB2 we use the current user as default schema (database) -->
620
-
<current_dbquery="SELECT current server FROM SYSIBM.SYSDUMMY1"/>
620
+
<current_dbquery="SELECT user FROM SYSIBM.SYSDUMMY1"/>
621
621
<hostnamequery="SELECT host_name FROM TABLE(sysproc.env_get_sys_info())"/>
0 commit comments