Error in Query using OLE DB
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-09-19 06:35 AM
Hello All,
I am using OLE DB connection in BluePrism.
I am trying to execute following Query:
"SELECT * DISTINCT [User ID ] FROM [Sheet1$]"
But it is throwing following error message:
Internal : Could not execute code stage because exception thrown by code stage: Syntax error (missing operator) in query expression '* DISTINCT [User ID ]'.
Please help me to solve this error.
Thanks
------------------------------
Mohini Shelke
RPA Developer
vElement It
------------------------------
I am using OLE DB connection in BluePrism.
I am trying to execute following Query:
"SELECT * DISTINCT [User ID ] FROM [Sheet1$]"
But it is throwing following error message:
Internal : Could not execute code stage because exception thrown by code stage: Syntax error (missing operator) in query expression '* DISTINCT [User ID ]'.
Please help me to solve this error.
Thanks
------------------------------
Mohini Shelke
RPA Developer
vElement It
------------------------------
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
16-09-19 10:01 AM
That's not a valid query, try removing the asterisk.
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
------------------------------
John Carter
Professional Services
Blue Prism
------------------------------
