mysql处理

查找一个字段是否包含所要查找的字符串,FIND_IN_SET(str,strs),str为要查找的字符串,strs为字段

select title from log where FIND_IN_SET('asp程序设计,php',title);

判断日期日段与当前日期相差多少天

select datetime,to_days(now())-to_days(datetime) from log order by datetime desc;

    A+
发布日期:2009年12月05日  所属分类:未分类

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: