Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » SQL Anywhere サーバ - SQL リファレンス » システム・オブジェクト » システム・プロシージャ » システム・プロシージャのアルファベット順リスト

 

sa_convert_timestamp_to_ml_progress システム・プロシージャ

Mobile Link のスクリプト化されたアップロードの場合のみ。スクリプト化されたアップロードの進捗値を TIMESTAMP から 64 ビット UNISIGNED BIGINT に変換します。

構文
sa_convert_timestamp_to_ml_progress( [ t1 ] )
引数
  • t1   64 ビット UNISIGNED BIGINT に変換する進捗値を指定する任意の TIMESTAMP パラメータ。

備考

この関数は、パラメータとして渡されるタイムスタンプを表す UNISIGNED 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' );