Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在没有时间的情况下插入特定日期(java.sql.Date),仅将日期值插入日期时间字段?
当您在数据库中插入记录时,请使用 java.sql.Date 并使用 setDate 方法。它不会插入日期的时间部分。
你应该在这里找到你的答案。有很多方法。您可以将其转换为字符串,然后substring(x,y)也可以使用函数。
substring(x,y)