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)