Re: Question about pattern matching - Mailing list pgsql-general

From Grzegorz Jaśkiewicz
Subject Re: Question about pattern matching
Date
Msg-id 2f4958ff0812231006s2961d732wb52ac0bbb5a67f40@mail.gmail.com
Whole thread Raw
In response to Question about pattern matching  (dimitris.sakellarios@telesuite.gr)
Responses Re: Question about pattern matching
List pgsql-general
SELECT ... from ..... WHERE X LIKE pattern || '%' ORDER BY
length(pattern) DESC LIMIT 1;

???

basic prefix matching for telcos :P

--
GJ

pgsql-general by date:

Previous
From: Julius Tuskenis
Date:
Subject: Re: Question about pattern matching
Next
From: dimitris.sakellarios@telesuite.gr
Date:
Subject: Re: Question about pattern matching