当前位置:数据库 > DB2 >>

DB2中 取当前系统日期减去表xxx.date 的sql语句怎么写

答案:SELECT DAYS(CURRENT DATE) - DAYS(date) FROM <表名>
其他:select datediff(day,crdate,getdate()) from sysobjects   where name='表名' select days(current date)-days(date) from table

上一个:一条DB2或SQL SERVER 查询问题,有点难度
下一个:DB2中如何查询某天是星期几?

CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,