1. sql语句查询日期时间的显示问题
select conver(char(10),表字段名,120) as B convert(char(8),表字段名,108) as C from 表名前提是表中字段是日期时间型,convert 是格式转换函数,把目标转换为相应格式。