-7

データベースに日付と時刻の列が必要です。日付のタイプを選択DATEしましたが、時間だけを取得するには、どのタイプを指定する必要があり、そのレコードをどの形式で書き込む必要がありますか?

編集: SQL Server を使用しています。

4

1 に答える 1

2

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

于 2012-12-21T15:04:51.823 に答える