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 TIMESTAMP に変換する進捗値を指定する UNSIGNED BIGINT パラメータ。
この関数は、渡される値で表現する TIMESTAMP を返します。
この関数は、sa_convert_timestamp_to_ml_progress の反対です。
なし。
なし
次の例は、UNSIGNED BIGINT 値をタイムスタンプ値 (2009-10-20 13:36:51.199) に変換します。
SELECT sa_convert_ml_progress_to_timestamp( 3465034611199 );