You need to sign in to do that
Don't have an account?

Unknown error parsing query - but my colleague can run the query with no errors
Hi all,
I'm running some simple queries in Developer Console. My colleague can run these queries and get the information with no issues. When I run the same query, I get the error: "Unknown error parsing query"
I've double and triple-checked for any extra spaces that may have been added in the copy and paste, but it's the same query and I get the error; my colleague does not. We both have identical Administrator profiles, permissions and settings. What could be the issue here? Any help would be much appreciated!
I'm running some simple queries in Developer Console. My colleague can run these queries and get the information with no issues. When I run the same query, I get the error: "Unknown error parsing query"
I've double and triple-checked for any extra spaces that may have been added in the copy and paste, but it's the same query and I get the error; my colleague does not. We both have identical Administrator profiles, permissions and settings. What could be the issue here? Any help would be much appreciated!
All Answers
I tried typing in the query manually and was able to execute it successfully. It must have been the new line whitespace causing issues! Thank you so much!
I am trying to get information like list of name from Account object such as
SELECT Name FROM Account;
Having following error message
Unknown error parsing query
Please help me
Try removing the semi colon and execute. No white space and no special characters will do the trick.