Hello,
I am using Automation Anywhere Community Edition.
I want to use an Excel file as a DB.
I have successfully created the connection.
In my SELECT Statement, I have to do this:
SELECT First Name FROM MClient Details$$];
I am getting the following error:
Syntax error (missing operator) in query expression 'First Name'.
How do I resolve this issue?
Thanks