For MobiLink scripted uploads only. This converts the progress value for scripted upload from a TIMESTAMP to a 64-bit UNISIGNED BIGINT.
sa_convert_timestamp_to_ml_progress( [ t1 ] )
t1 Use this optional TIMESTAMP parameter to specify the progress value to convert to 64-bit UNISIGNED BIGINT.
The function returns an UNISIGNED BIGINT that represents the timestamp passed in as a parameter. This procedure is the inverse of sa_convert_ml_progress_to_timestamp.
None
None
SELECT sa_convert_timestamp_to_ml_progress( CURRENT TIMESTAMP ); |
SELECT sa_convert_timestamp_to_ml_progress( '1900/01/01 1:00' ); |
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |