I am using below query :
Select identifier
from batch_instance
where batch_class_id IN ( Select id
from batch_class
where ROWNUM <2 AND
batch_class_name='abc'
ORDER BY creation_date DESC);
PFB error :
ERROR at line 1: ORA-00907: missing right parenthesis