Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

ODBC SQL incorrect syntax near '='

Hello,   I am trying to run this SQL using ODBC connection in Power Query:   SELECT IIF(column1 = 'C', Left(column2,10), '') AS 'Column3' FROM table     But keep getting the following error:...