Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

syntax error (missing operator) in query expression

Chandra kanthApr 18 2011 — edited Apr 18 2011
Hi,

When i am running the following query it displaying error msg.

query: select JOB Darbas, max(SAL) Maximalus, min(SAL) Minimalus, round(avg(SAL)) Vidutinis from EMP group by JOB;


Error:[Microsoft][ODBC Excel Driver] Syntax error (missing operator) in query expression 'JOB Darbas'.


Running above query in toad imported excel data.

Please let me know the error. Please correct above statement.

regards
chandra
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 16 2011
Added on Apr 18 2011
1 comment
298 views