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.
SQL Server にある場合DATETIME、これは Oracle ではどうなりますか?
DATETIME
DATE、秒以下の小数部を失う場所はどこTIMESTAMP(3)ですか?
DATE
TIMESTAMP(3)
小数秒を保持したい場合は、 a TIMESTAMP(3)(または a のみTIMESTAMP) を使用します。小数秒を気にしない場合は、 . を使用しDATEます。
TIMESTAMP