regexp_matches for digit

Поиск
Список
Период
Сортировка
От Ramesh T
Тема regexp_matches for digit
Дата
Msg-id CAK8Zd=u-kJ3LaAJOy5Ac2tt8Hq_JzXEi5Mfn_e_sa0qymgRXUg@mail.gmail.com
обсуждение исходный текст
Ответы Re: regexp_matches for digit  (Jimit Amin <jimitamin9@gmail.com>)
Re: regexp_matches for digit  (Andy Colson <andy@squeakycode.net>)
Re: regexp_matches for digit  (Chris Mair <chris@1006.org>)
Re: regexp_matches for digit  (Steve Crawford <scrawford@pinpointresearch.com>)
Список pgsql-general
Hi,
          in oracle regexp_like(entered date,'[[:digit:]]{4}-[[:digit:]]{2}-[[:digit:]]{2}','i')

for postgres i have regexp_matches ,But i need how to match [:digit:] in postgres when we pass date..?
any help

В списке pgsql-general по дате отправления:

Предыдущее
От: David Steele
Дата:
Сообщение: Re: Backup Method
Следующее
От: Jimit Amin
Дата:
Сообщение: Re: regexp_matches for digit