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か月の日数を確認するにはどうすればよいですか(月のどこにでもある可能性があります)。それで、6/01/125:32:13PMと6/07/125:33:04PMを与えるフィールドがある場合、どうすれば違いを得ることができますか?
私はこのような何かがそれをするべきだと思います:
SELECT TRUNC(SYSDATE) - TRUNC(SYSDATE,'MONTH') + 1 FROM DUAL