odbc_escapeTimeStamp()

概要

日時文字列のエスケープ プレゼンテーションを返します。

構文

odbc_escapeTimeStamp ( time As String ) As String
引数 [タイプ] 説明
time 文字列 "YYYY-MM-DD HH:MM:SS" 形式の文字列です。

例 1

現在の時刻をエスケープします。
Intent >odbc_escapeTimeStamp(DateTimeString()) 
--> "{ts '2008-01-10 16:35:28'}"