我正在尝试运行查询
select * from OS_Historystep where step_name = '011' and finish_date = max(finish_date) ;
但我收到错误
ORA-00934: group function is not allowed here
00934. 00000 - "group function is not allowed here"
*Cause:
*Action:
Error at Line: 12 Column: 72
我做错了什么?
谢谢