佳礼资讯网

 找回密码
 注册

ADVERTISEMENT

查看: 1142|回复: 2

VB 6.0 & SQL data type 问题

[复制链接]
发表于 16-1-2005 05:58 PM | 显示全部楼层 |阅读模式
type: datetime
2004-03-01 10:20:56
       .
       .
2004-04-03 12:23:23
       .
       .
2004-12-23 14:23:12

如何retrieve三月份的全部data?
能不能用 select * from [tablename] where ......?
能的话如何写?谢谢!
回复

使用道具 举报


ADVERTISEMENT

发表于 16-1-2005 06:48 PM | 显示全部楼层
sawyih1 于 16-1-2005 05:58 PM  说 :
type: datetime
2004-03-01 10:20:56
       .
       .
2004-04-03 12:23:23
       .
       .
2004-12-23 14:23:12

如何retrieve三月份的全部data?
能不能用 select * from [tablename] where .... ...



select * from [tablename] where datetime within '20040301','20040401';

select * from [tablename] where datetime between '20040301' and '20040401';

select * from [tablename] where datetime >= '20040301' and datetime < '20040401';
回复

使用道具 举报

发表于 17-1-2005 05:18 PM | 显示全部楼层
datetime >= '20040301' and datetime < '20040401'

劝你不要 compare string
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

 

ADVERTISEMENT



ADVERTISEMENT



ADVERTISEMENT

ADVERTISEMENT


版权所有 © 1996-2023 Cari Internet Sdn Bhd (483575-W)|IPSERVERONE 提供云主机|广告刊登|关于我们|私隐权|免控|投诉|联络|脸书|佳礼资讯网

GMT+8, 13-11-2024 03:07 PM , Processed in 0.122675 second(s), 25 queries , Gzip On.

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表