select * from emp where to_char(hiredate, 'hh24:mi:ss')='23:59:59';
SQL code?1select * from emp where to_char(hiredate, 'hh24:mi:ss')='23:59:59';