Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
仅用于 MobiLink 脚本式上载。它将脚本式上载的进度值从 TIMESTAMP 转换为 UNSIGNED BIGINT。
sa_convert_timestamp_to_ml_progress( t1 )
t1 使用此 TIMESTAMP 参数指定要转换为 UNSIGNED BIGINT 类型的进度值。
该函数返回由作为参数传入的时间戳表示的 UNSIGNED BIGINT 值。此过程为 sa_convert_ml_progress_to_timestamp 的逆过程。
无
SELECT sa_convert_timestamp_to_ml_progress( CURRENT TIMESTAMP );
SELECT sa_convert_timestamp_to_ml_progress( '1900/01/01 1:00' );