kevman
12 years agoOccasional Contributor
parse SQL failed in Data source with = or "
Hi,
I'm creating data source with JDBC or Data connection.
Recently I got a parsing error because of using SQL function with =.
For example, the following query will fail by =.
Is there any way to use those functions in sql query or using wizard?
I'm creating data source with JDBC or Data connection.
Recently I got a parsing error because of using SQL function with =.
For example, the following query will fail by =.
select IIF(typeid=1, 'Y', 'N') as boolean from table
Is there any way to use those functions in sql query or using wizard?