JDBC escape syntax for time formats interprets the JDBC escape syntax for time formats as equivalent to the correct SQL syntax for times. t (JDBC escape keyword){t (JDBC escape syntax)JDBC escape syntax forTime formats

also supports the ISO format of 8 characters (6 digits, and 2 decimal points).

Syntax { t 'hh:mm:ss' }
Equivalent toTIME('hh:mm:ss')
ExampleVALUES {t '20:00:03'}