开发者

Preventing Max function from using timestamp as part of criteria on a date column in PL/SQL

开发者 https://www.devze.com 2023-03-10 22:14 出处:网络
If I query: select max(date_created) date_created on a datefield in PL/SQL (Oracle 11g), and there are records that were created on the same date but at different times, Max() returns only the late
0

精彩评论

暂无评论...
验证码 换一张
取 消