Home:ALL Converter>ORA-00907 Missing Right Parenthesis (Oracle)

ORA-00907 Missing Right Parenthesis (Oracle)

Ask Time:2017-03-22T00:25:54         Author:bd528

Json Formatter

I was previously holding my data in SharePoint. At that time, the below query ran fine :-

SELECT Nz(Abs(Sum(sales_route="Sales Mailbox")),0) AS AcceptDirect
FROM tblQuotesNew AS t1;

Now that I have moved my data to Oracle (but still retrieving it via Access), I get the error ORA-00907 Missing Right Parenthesis.

Can anyone suggest how I can modify the code above that that it is acceptable to Oracle?

Thanks in advance

Author:bd528,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/42932889/ora-00907-missing-right-parenthesis-oracle
yy