syntax error (missing operator) in query expression
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