SELECT quantity, Price, Returns, IIF ([Returns] = 0, ([quantity]*[Price]), (-1)*([quantity]*[Price])) As TotalFROM TABLE;SQL Syntax Errors Encountered:The following errors were encountered while parsing the contents of the SQL pane:Error in list of function arguments: '=' not recognized. Unable to parse query text.