データベースに日付と時刻の列が必要です。日付のタイプを選択DATE
しましたが、時間だけを取得するには、どのタイプを指定する必要があり、そのレコードをどの形式で書き込む必要がありますか?
編集: SQL Server を使用しています。
データベースに日付と時刻の列が必要です。日付のタイプを選択DATE
しましたが、時間だけを取得するには、どのタイプを指定する必要があり、そのレコードをどの形式で書き込む必要がありますか?
編集: SQL Server を使用しています。
Try DateTime
, contains both a date and time component.
http://msdn.microsoft.com/en-us/library/ms187819.aspx
EDIT: Now that you say you're using Oracle, it does have time support in the Date value it seems, though I'm not an oracle expert. I found this if it helps: http://infolab.stanford.edu/~ullman/fcdb/oracle/or-time.html