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.
hr.employees月の前半、つまりその月の 1 日から 15 日までに雇用された従業員の名前をテーブルから返すにはどうすればよいですか。
hr.employees
SELECT * FROM Employee e WHERE TO_NUMBER(TO_CHAR(e.DateHired, 'DD')) <= 15