首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 数据库 > SQL Server >

2000sql话语

2013-07-09 
2000sql语句declare @mytime as datetimeset @mytimegetdate()print @mytime在2000中运行后 得到的结果不

2000sql语句
declare @mytime as datetime
set @mytime=getdate()
print @mytime

在2000中运行后 得到的结果不正确 你要这样?
[解决办法]
日期转换可以看这里:http://blog.csdn.net/dba_huangzj/article/details/7657979
拉到最下面

热点排行