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 の反対です。
なし。
SELECT sa_convert_timestamp_to_ml_progress( CURRENT TIMESTAMP );
SELECT sa_convert_timestamp_to_ml_progress( '1900/01/01 1:00' );