postgresql

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sasimca007
    New Member
    • Sep 2007
    • 129

    postgresql

    I have a question friends,
    we use regular expressions in perl as below:
    $s =~ /(\w*)\.dif/
    The above regular expression can be used using select command in postgresql? If so how it is possible? if not tell me how to use regular expressions in select command?

    Generally i read the postgresql and in that i saw like command but it is only use % and _ symbols to match. So please tell me how to solve my problem? friends........ ............... ....
  • amitpatel66
    Recognized Expert Top Contributor
    • Mar 2007
    • 2358

    #2
    Originally posted by sasimca007
    I have a question friends,
    we use regular expressions in perl as below:
    $s =~ /(\w*)\.dif/
    The above regular expression can be used using select command in postgresql? If so how it is possible? if not tell me how to use regular expressions in select command?

    Generally i read the postgresql and in that i saw like command but it is only use % and _ symbols to match. So please tell me how to solve my problem? friends........ ............... ....
    Check for Regular Expressions here and here

    Comment

    Working...