Re: [PHP-DB] REGEX help.

2002-05-29 Thread Jason Wong
On Wednesday 29 May 2002 06:55, Kevin Stone wrote: > All I need to do is return anything matching the following pattern from a > specific column in a table. This is how I'd write it in PHP if I were > pulling the data from string. The string in this example is a direct copy > of one of the colu

[PHP-DB] REGEX help.

2002-05-28 Thread Kevin Stone
All I need to do is return anything matching the following pattern from a specific column in a table. This is how I'd write it in PHP if I were pulling the data from string. The string in this example is a direct copy of one of the column fields.. What would be the SQL equivilant? I hate to