麻烦高手指教!谢谢!!!!
4 个解决方案
#1
convert()或者cast()函数应该可以的
convert(timestamp, getDate()), 或者cast(getDate() as timestamp)你试试
convert(timestamp, getDate()), 或者cast(getDate() as timestamp)你试试
#2
preparedStatement.setTimestamp(n, new Timestamp(System.currentTimeInMillis()));
#3
我用的是ssh框架,是要在action里面设置对象的属性
#4
SELECT CONVERT(VARCHAR(10), GETDATE(),120),取得当前数据库系统时间。其它的你就自己写了。
#1
convert()或者cast()函数应该可以的
convert(timestamp, getDate()), 或者cast(getDate() as timestamp)你试试
convert(timestamp, getDate()), 或者cast(getDate() as timestamp)你试试
#2
preparedStatement.setTimestamp(n, new Timestamp(System.currentTimeInMillis()));
#3
我用的是ssh框架,是要在action里面设置对象的属性
#4
SELECT CONVERT(VARCHAR(10), GETDATE(),120),取得当前数据库系统时间。其它的你就自己写了。