You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Edward Yoon (JIRA)" <ji...@apache.org> on 2007/12/13 07:15:43 UTC

[jira] Deleted: (HADOOP-2265) [Hbase Shell] Addition of LIKE operator for a select-condition

     [ https://issues.apache.org/jira/browse/HADOOP-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward Yoon deleted HADOOP-2265:
--------------------------------


> [Hbase Shell] Addition of LIKE operator for a select-condition
> --------------------------------------------------------------
>
>                 Key: HADOOP-2265
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2265
>             Project: Hadoop
>          Issue Type: New Feature
>            Reporter: Edward Yoon
>            Assignee: Edward Yoon
>            Priority: Trivial
>
> The LIKE operator is used in character string comparisons with pattern matching.
> With the LIKE operator, you can compare a value to a pattern rather than to a constant.  
> SYNTAX :
> {code}
> [NOT] LIKE 'character' [ESCAPE 'character'] 
> {code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.