Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
Mobile Link のスクリプト化されたアップロードの場合のみ。スクリプト化されたアップロードの進行状況値を UNSIGNED BIGINT から TIMESTAMP に変換します。
sa_convert_ml_progress_to_timestamp( progress )
progress この関数は、UNSIGNED BIGINT のパラメーターを 1 つ受け取ります。
この関数は、渡される値で表現するタイムスタンプを返します。このプロシージャーは、sa_convert_timestamp_to_ml_progress の反対です。
なし。
SELECT sa_convert_ml_progress_to_timestamp( 3465034611199 );