Please can you clarify the below.
I am trying to extract a data from excel sheet using the sql query.
When executing the statement I am getting the error In operator without () in query expression.
My code:
HANDLE DB1 = DB_Connect(DSN=Segue DDA Excel DBQ=" ")
String sqlQ=Select * from `Sheet1$` where testcaseID in 'TC_001'" [Error while executing this statement]
can anyone provide a solution