Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-06-21 12:11 AM
I just used a query for SELECT [first_name], [last_name], RANK() OVER ( PARTITION BY [department_id] ORDER BY [salary]) [salary_rank] FROM [employees$] - but when i run this query using OLEDB VBO- i get this error -
": Syntax error (missing operator) in query expression 'RANK() OVER ( PARTITION BY [department_id] ORDER BY [salary]) [salary_rank]"
Not sure, what is the syntax error. Can someone please help me with it.
": Syntax error (missing operator) in query expression 'RANK() OVER ( PARTITION BY [department_id] ORDER BY [salary]) [salary_rank]"
Not sure, what is the syntax error. Can someone please help me with it.
Answered! Go to Answer.
1 BEST ANSWER
Helpful Answers
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-06-21 04:53 AM
Hey,
Can you check SQL compatible syntax for your database. If connecting to Access it might be ANSI-92 and RANK is not supported in ANSI-92.
Can you check SQL compatible syntax for your database. If connecting to Access it might be ANSI-92 and RANK is not supported in ANSI-92.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-06-21 04:53 AM
Hey,
Can you check SQL compatible syntax for your database. If connecting to Access it might be ANSI-92 and RANK is not supported in ANSI-92.
Can you check SQL compatible syntax for your database. If connecting to Access it might be ANSI-92 and RANK is not supported in ANSI-92.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-06-21 11:59 PM
Hello,
Thanks for the reply. Yes I am connecting to Database engine. How can I check the SQL compatible syntax? And I am not sure what are the queries I could really use using OLEDB VBO. Do we have any documentation for it? Thanks!
Thanks for the reply. Yes I am connecting to Database engine. How can I check the SQL compatible syntax? And I am not sure what are the queries I could really use using OLEDB VBO. Do we have any documentation for it? Thanks!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-06-21 01:24 AM
@KeerthanaJegan1,
See if it helps you in any way
http://community.blueprism.com/HigherLogic/System/DownloadDocumentFile.ashx?DocumentFileKey=56f3f77f-6c92-4a75-9e66-0b0ed2f6e054
Sr Cons at Avanade Brazil
