ISO ISO/IEC TR 19075-1 Information technology - Database languages - SQL Technical Reports - Part 1: XQuery Regular Expression Support in SQL - First Edition
International Organization for Standardization
Information technology - Database languages - SQL Technical Reports - Part 1: XQuery Regular Expression Support in SQL - First Edition
N ISO/IEC TR 19075-1
Annotation
This Technical Report describes the regular expression support in SQL adopted from the regular expression syntax of [XQuery F&O], which is derived from Perl. This Technical Report discusses five operators using this regular expression syntax:
— LIKE_REGEX predicate, to determine the existence of a match to a regular expression.
— OCCURRENCES_REGEX numeric function, to determine the number of matches to a regular expression.
— POSITION_REGEX function, to determine the position of a match.
— SUBSTRING_REGEX function, to extract a substring matching a regular expression.
— TRANSLATE_REGEX function, to perform replacements using a regular expression.
Автоматический перевод:
Информационные технологии - языки Базы данных - Технические отчеты SQL - Часть 1: Поддержка Регулярного выражения XQuery в SQL - Первый Выпуск
Этот Технический отчет описывает поддержку регулярного выражения в SQL, принятом от синтаксиса регулярного выражения [XQuery F&O], который получен из Perl. Этот Технический отчет обсуждает пять операторов, использующих этот синтаксис регулярного выражения:



