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 值。此过程为 sa_convert_timestamp_to_ml_progress 的逆过程。
无
SELECT sa_convert_ml_progress_to_timestamp( 3465034611199 );