Pattern matching....

Поиск
Список
Период
Сортировка
От Steve Wolfe
Тема Pattern matching....
Дата
Msg-id 001c01c1b0f2$dbb17960$d281f6cc@iboats.com
обсуждение исходный текст
Ответы Re: Pattern matching....
Список pgsql-general
  Here's a question... in Perl, I could do a pattern match like this:

 =~ /$var[A-Z]/

  In PG, I can do something similar, matching a field name:

 ~* my_field

  But how do I add the "[A-Z]" to it?

steve



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

Предыдущее
От: "Beth Gatewood"
Дата:
Сообщение: sql to find all the foreign keys
Следующее
От: Edwin Grubbs
Дата:
Сообщение: Re: foreign keys and transactions