Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
式を TIMESTAMP 値に変換します。
DATETIME( expression )
expression 変換される式。通常は文字列です。
TIMESTAMP
数値を変換しようとするとエラーが返ります。
SQL/2008 ベンダー拡張。
次の文は、値 1998-09-09 12:12:12.000 のタイムスタンプを返します。
SELECT DATETIME( '1998-09-09 12:12:12.000' );