我正在使用 Sybase 数据库,如何将出现在数据库中的 SQL 时间戳更改2012-03-23 11:27:04.870000
为 unixtime。
我希望能够在 sql 中做这样的事情:
select time1, unix_time_function(time1) as time1_to_unixtime from mytable
可以做到吗?
我正在使用 Sybase 数据库,如何将出现在数据库中的 SQL 时间戳更改2012-03-23 11:27:04.870000
为 unixtime。
我希望能够在 sql 中做这样的事情:
select time1, unix_time_function(time1) as time1_to_unixtime from mytable
可以做到吗?