[ http://issues.apache.org/jira/browse/DERBY-45?page=all ]
Myrna van Lunteren updated DERBY-45:
------------------------------------
Fix Version: 10.0.2.2
Description:
Request support for CAST() in like clause for example:
select t0.ID, t0.QUANTITY, t0.NAME, t0.PRICE, t0.PNUM from PRODUCTEJB_TABLE t0
where t0.NAME like CAST (? AS VARCHAR(32672))
This is supported by DB2 and will ease migration between DB2 and Derby
was:
Request support for CAST() in like clause for example:
select t0.ID, t0.QUANTITY, t0.NAME, t0.PRICE, t0.PNUM from PRODUCTEJB_TABLE t0
where t0.NAME like CAST (? AS VARCHAR(32672))
This is supported by DB2 and will ease migration between DB2 and Derby
> Request support for CAST() in Like clause
> -----------------------------------------
>
> Key: DERBY-45
> URL: http://issues.apache.org/jira/browse/DERBY-45
> Project: Derby
> Type: Improvement
> Components: SQL
> Versions: 10.0.2.0
> Environment: all platforms
> Reporter: Lance Andersen
> Assignee: Myrna van Lunteren
> Fix For: 10.0.2.2
>
> Request support for CAST() in like clause for example:
> select t0.ID, t0.QUANTITY, t0.NAME, t0.PRICE, t0.PNUM from PRODUCTEJB_TABLE
> t0 where t0.NAME like CAST (? AS VARCHAR(32672))
> This is supported by DB2 and will ease migration between DB2 and Derby
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira