Issue with a date extraction in SQL Server

前端 未结 1 1255
佛祖请我去吃肉
佛祖请我去吃肉 2020-12-20 21:47

I\'m trying to list the dates registered in a table with SQL Server, but my problem is all the dates I\'m extracting differs of 2 days with the dates in the table.

F

相关标签:
1条回答
  • 2020-12-20 21:58

    The problem was linked with the JRE 7 support of the JDBC Driver (a problem with the getDate() function).

    See this post for more informations: Microsoft JDBC driver team blog

    Thanks again Martin smith for pointing to that other issue!

    0 讨论(0)
提交回复
热议问题