Incorrect column expression: <expression>.

The expression you specified in the Select list isn't correct. The expression should be in the following format:

SELECT employee.EMPLOY_ID, employee.HIRE_DATE
FROM C:\QT\employee employee