Minor errata in page of "Where dynamic parameters are allowed" of reference
manual
----------------------------------------------------------------------------------
Key: DERBY-2615
URL: https://issues.apache.org/jira/browse/DERBY-2615
Project: Derby
Issue Type: Bug
Components: Documentation
Environment:
http://db.apache.org/derby/docs/dev/ref/rrefsqlj1083019.html
Reporter: Tomohito Nakayama
Priority: Minor
In this page, next example was written.
WHERE ? BETWEEN DATE('1996-01-01') AND ?
-- types assumed to be DATES
WHERE DATE('1996-01-01') BETWEEN ? AND ?
-- types assumed to be DATES
DATES should be DATE
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.