Hi:
I have a query which needs to select the last person who worked on an account. So my SQL query is
SELECT TOP 1 work_actions.RACF, work_actions.date_time_posted FROM work_actions
ORDER BY work_actions.date_time_posted DESC
It is giving me a syntax error?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.