[PHP-DB] Chinese characters

2006-06-07 Thread John Meyer
Is there any way to filter out Chinese or Asian characters from what I get from this list? I understand that there are a lot of intelligent, well-meaning Asians on this list but my system seems to get Montezuma's revenge when I look at those e-mails. -- Online library -- http://pueblonative.11

Re: [PHP-DB] Chinese characters

2006-06-07 Thread Jeffrey
John Meyer wrote: Is there any way to filter out Chinese or Asian characters from what I get from this list? I understand that there are a lot of intelligent, well-meaning Asians on this list but my system seems to get Montezuma's revenge when I look at those e-mails. FWIW: The posts with Ch

Re: [PHP-DB] Chinese characters

2006-06-07 Thread Dimiter Ivanov
On 6/7/06, Jeffrey <[EMAIL PROTECTED]> wrote: John Meyer wrote: > Is there any way to filter out Chinese or Asian characters from what I > get from this list? I understand that there are a lot of intelligent, > well-meaning Asians on this list but my system seems to get Montezuma's > revenge whe

Re: [PHP-DB] Select distinct field won't return distinct value

2006-06-07 Thread Martin Alterisio
I have a friend called GROUP_CONCAT, he may know what you want but he's only available since MySQL 4.1 2006/6/7, Blanton, Bob <[EMAIL PROTECTED]>: It is a Sybase vendor function but I was wondering if mysql had something comparable. I don't see anything in the manual. Maybe the subquery is th

RE: [PHP-DB] Select distinct field won't return distinct value

2006-06-07 Thread Bastien Koert
google 'cross tab queries'...there is a php/mysql example (sorry travelling and don't have the link) on who to create a cross table query which is what you are looking for Bastien From: "Blanton, Bob" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]>,,<[EMAIL PROTECTED]> Subject: RE: [PHP-DB] S