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.
Oracleで行う方法、それ:
ename、hiredateをempから選択します。ここでhiredate> 20 CENTURY
私はそれを行う方法がわかりません:/
Oracle での日付表現は、次のような ANSI 構文を使用するのが最も簡単です。
where my_date >= date '2012-01-01'
あとは、20 世紀がいつ始まったかを調べるだけです。