Re: [PHP] but mysql? (was: postgres and php)

2001-07-15 Thread teo
Hi Nuno! On Sat, 14 Jul 2001, Nuno Silva wrote: hi there! the operators you want are ~ and ~* and !~ and !~*. select name from table where name ~* 'test'; any idea of something like this in MySQL? I was used to pg and I have no idea of something equivalent in My. to see all operators

Re: [PHP] but mysql? (was: postgres and php)

2001-07-15 Thread Nuno Silva
hello, [EMAIL PROTECTED] wrote: Hi Nuno! On Sat, 14 Jul 2001, Nuno Silva wrote: hi there! the operators you want are ~ and ~* and !~ and !~*. select name from table where name ~* 'test'; any idea of something like this in MySQL? I was used to pg and I have no idea of something