How to implement FROM_UNIXTIME() like function in Firebird
Posted by mariuz on 29 Jul 2012 4:48 pm. Filed under Technical Articles , Worth Reading.
Here is the example explained in Spanish :
select dateadd(second, 1255033470, cast(’01/01/1970 00:00:00.0000′ as timestamp)) from rdb$database;
Leave a Reply
You must be logged in to post a comment.

