_make_timestamp
Returns a timestamp constructed from "integer_expression1" (the year), "integer_expression2" (the month), and "integer_expression3" (the day). The time portion defaults to 00:00:00.000 .
Syntax
_make_timestamp ( integer_expression1, integer_expression2,
integer_expression3 )
Example
_make_timestamp ( 2002 , 01 , 14 )
Result
2002-01-14 00:00:00.000