apache > db
Apache DB Project
 
Font size:      

t

t

Derby interprets the JDBC escape syntax for time as equivalent to the correct SQL syntax for times. Derby also supports the ISO format of 8 characters (6 digits, and 2 decimal points).

Syntax

{t 'hh:mm:ss'}

Equivalent to

TIME 'hh:mm:ss'

Example

VALUES {t '20:00:03'}


Previous Page
Next Page
Table of Contents
Index