odbc_escapeTimeStamp()

Synopsis

Returns the escaped presentation of the date-time string .

Syntax

odbc_escapeTimeStamp ( time As String ) As String
Argument Type Description
time string String in format "YYYY-MM-DD HH:MM:SS"

Example 1

Escape current time
Intent >odbc_escapeTimeStamp(DateTimeString()) 
--> "{ts '2008-01-10 16:35:28'}"