Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特定の月に採用された従業員のレコードを取得し、1 月に採用された従業員のレコードを表示したい
私のクエリは
select ename,job from emp where hiredate in(to_date('JAN','MONTH'));