Oracle日期取整

it2025-09-17  4

使用trunc()函数

trunc(sysdate) 表示取今天0点的值 trunc(sysdate - 1)去昨天零点的值
最新回复(0)