Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
仅用于 MobiLink 脚本式上载。它将脚本式上载的进度值从 UNSIGNED BIGINT 转换为 TIMESTAMP。
sa_convert_ml_progress_to_timestamp( progress )
progress 使用此 UNSIGNED BIGINT 参数指定要转换为 TIMESTAMP 类型的进度值。
该函数返回由传入值表示的 TIMESTAMP 值。
此函数是 sa_convert_timestamp_to_ml_progress 的逆函数。
无
以下示例将 UNSIGNED BIGINT 值转换为时间戳值 (2009-10-20 13:36:51.199)。
SELECT sa_convert_ml_progress_to_timestamp( 3465034611199 );