IBM Informix-SQL syntax error, basic query from Microsoft BIDS to Cisco UCCX database
问题 I'm running the below query against an IBM Informix database and getting an ERROR 42000: A syntax error has occurred . The FROM and WHERE clauses run fine in other queries, so I'm looking at the SELECT and GROUP BY portions. Any ideas what's wrong with the syntax? SELECT COUNT(DISTINCT "informix".agentconnectiondetail.sessionid) AS calls_abandoned, DAY("informix".agentconnectiondetail.startdatetime) AS Expr2 FROM "informix".agentconnectiondetail, "informix".contactqueuedetail, "informix"