SELECT nvl(MAX(t.uuid),0) AS UUID from AMC_BIZ_REC t where t.uuid=11
oracle 查询记录为空,返回默认值
最新推荐文章于 2024-02-05 15:59:31 发布

SELECT nvl(MAX(t.uuid),0) AS UUID from AMC_BIZ_REC t where t.uuid=11