Returns the escaped presentation of the time string .
odbc_escapeTime ( time As String ) As String
Argument | Type | Description |
---|---|---|
time | string | String in format HH:MM:SS |
Time: escaped string
Intent >odbc_escapeTime("12:34:56")
--> "{t '12:34:56'}"