Francis Chuang created CALCITE-1671:
---------------------------------------
Summary: Support for named bind parameters
Key: CALCITE-1671
URL: https://issues.apache.org/jira/browse/CALCITE-1671
Project: Calcite
Issue Type: New Feature
Reporter: Francis Chuang
Assignee: Julian Hyde
Priority: Minor
As discussed on the mailing list, there is some interest in supporting named
bind parameters:
{code}
SELECT * FROM my_table WHERE my_column > :parameter1 AND mycolumn2 > :parameter2
{code}
Will mixing of named and unnamed parameters be allowed?
{code}
SELECT * FROM my_table WHERE my_column > :parameter1 AND mycolumn2 > ? AND
mycolumn3 > :parameter3
{code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)