GBase 8s
其他
问答
查询时间在2024-03-22之前的数据sql语句这么写对么?
发表于2024-03-21 13:56:2847次浏览3个评论
【GBase版本】: 350
【操作系统】: linux x86
【CPU】: intel
【问题描述】*:
select count(*) as count from af_skedsupp where beg_date is not null and beg_date<=2024-03-22 00:00:00.0
评论
登录后才可以发表评论
热门帖子
- 12025-12-01浏览数:182763
- 22023-05-09浏览数:25057
- 42023-09-25浏览数:18525
- 52020-05-11浏览数:17528
from af_skedsupp
where beg_date is not null and beg_date<='2024-03-22 00:00:00.0'