Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - SQL 参考 » 系统对象 » 系统过程 » 按字母顺排序的系统过程列表

 

sa_convert_ml_progress_to_timestamp 系统过程

仅用于 MobiLink 脚本式上载。它将脚本式上载的进度值从 64 位的 INTEGER 类型值转换为 TIMESTAMP 类型值。

语法
sa_convert_ml_progress_to_timestamp( progress )
参数
  • progress   该函数采用一个 UNSIGNED BIGINT 参数。

注释

该函数返回由传入值表示的 TIMESTAMP 值。此过程为 sa_convert_timestamp_to_ml_progress 的逆过程。

权限

副作用

另请参见
示例
SELECT sa_convert_timestamp_to_ml_progress( 3600000 );