Github user DaveBirdsall commented on a diff in the pull request:
https://github.com/apache/incubator-trafodion/pull/883#discussion_r93460393
--- Diff:
docs/sql_reference/src/asciidoc/_chapters/sql_language_elements.adoc ---
@@ -2511,6 +2511,8 @@ subquery is empty, the predicate is false.
| <<in_predicate,IN Predicate>> | Determines if a sequence of values is
equal to any of the sequences of
values in a list of sequences.
| <<like_predicate,LIKE Predicate>> | Searches for character strings that
match a pattern.
+| <<regexp_predicate,REGEXP Predicate>> | Searches for character strings
that match a pattern, The pattern
--- End diff --
Suggested wordsmith: "Searches for character strings that match an extended
regular expression."
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---