Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Mobile Link のスクリプト化されたアップロードの場合のみ。スクリプト化されたアップロードの進行状況値を TIMESTAMP から UNSIGNED BIGINT に変換します。
sa_convert_timestamp_to_ml_progress( t1 )
t1 UNSIGNED BIGINT に変換する進行状況値を指定する TIMESTAMP パラメータ。
この関数は、パラメータとして渡されるタイムスタンプを表す UNSIGNED BIGINT を返します。
このプロシージャは、sa_convert_ml_progress_to_timestamp の反対です。
なし。
なし
次の例では、タイムスタンプ値を UNSIGNED BIGINT 値に変換します。
SELECT sa_convert_timestamp_to_ml_progress( CURRENT TIMESTAMP );
SELECT sa_convert_timestamp_to_ml_progress( '2009-10-20 13:36:51.199' );