在ms sql里有Day ,Year类似的函数,可是我如果想取时间类型字段的小时值呢,以下是解决办法,如下:
CONVERT(varchar(2),receivedate,8) ,receivedate为数据库字段。