Description
The JDBC escape syntax may be used for the specification of date, time, and timestamp literals. For
example:
SELECT o
FROM Customer c JOIN c.orders o
WHERE c.name = 'Smith'
AND o.submissionDate <
The JDBC escape syntax may be used for the specification of date, time, and timestamp literals. For
example:
SELECT o
FROM Customer c JOIN c.orders o
WHERE c.name = 'Smith'
AND o.submissionDate <