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 bc44821 commit fd7cb91Copy full SHA for fd7cb91
1 file changed
lib/core/agent.py
@@ -334,7 +334,7 @@ def concatQuery(self, query):
334
elif fieldsNoSelect:
335
concatQuery = "'%s'||%s||'%s'" % (temp.start, concatQuery, temp.stop)
336
337
- if kb.dbms == "Oracle" and ( fieldsSelect or fieldsNoSelect ):
+ if kb.dbms == "Oracle" and " FROM " not in concatQuery and ( fieldsSelect or fieldsNoSelect ):
338
concatQuery += " FROM DUAL"
339
340
elif kb.dbms == "Microsoft SQL Server":
0 commit comments