Using Date and Time Functions in the WHERE Clause

Date and time information can be stored in the data grid as date and time strings, Julian Day long or double values, or as tibDateTime values.

Date and time functions can be used in the WHERE clause for querying these different types of columns as shown in the following example:
SELECT * FROM mytable WHERE date(dtmcol)=’2016-12-24’
For more information on date and time functions, see Date and Time Functions.