Hi,
Make use of FIRST keyword, and the modified SQL looks as below:
SELECT FIRST 1 racf, date_time_posted
FROM work_actions
ORDER BY date_time_posted DESC
Regards,
Shriyan
"The value of a program is proportional to the weight of its output."