sa_convert_ml_progress_to_timestamp system procedure

For MobiLink scripted uploads only. This converts the progress value for scripted upload from a 64-bit INTEGER to a TIMESTAMP.

Syntax
sa_convert_ml_progress_to_timestamp( progress )
Arguments
  • progress   The function takes one parameter which is an UNSIGNED BIGINT.

Remarks

The function returns the TIMESTAMP that is represented by the value passed in. This procedure is the inverse of sa_convert_timestamp_to_ml_progress.

Permissions

None

Side effects

None

See also
Example
SELECT sa_convert_timestamp_to_ml_progress( 3600000 );