会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
小小草
道阻且长
CnBlogs
Home
New Post
Contact
Admin
Subscription
2011年9月21日
oracle ,mysql总date的比较
date类型时间格式不同,是不相等的.哪怕是通一天 同一时刻。以下是MYSQL:格式相同的时候:select str_to_date('2011-09-21','%Y-%m-%d')=str_to_date('2011-09-21','%Y-%m-%d')asrel结果:格式不相同的时候:select str_to_date('2011-09-21','%Y-%m-%d')=str_to_date('2011-09-21','%d-%m-%y')asrel结果:所以:
Read More
posted @ 2011-09-21 13:14 liheping
Views(3761)
Comments(0)
Diggs(0)
Edit
公告