DB query that has COUNT in the select statement
I am trying to execute a DB query from a map that has COUNT in the select statement.
This query works at the database sql manager but in the Adeptia Map I get this error.
Error while executing query: select count ..... org.xml.sax.SAXParseException: Element type "COUNT" must be followed by either attribute specifications, ">" or "/>"
0
-
Try changing boolean argument used in DBQuery from true to false.
0
Post is closed for comments.
Comments
1 comment