php3-list | 199903
Date: 03/02/99
- Next message: Jordan Krushen: "Re: [PHP3] Weird behaviour."
- Previous message: Vincent Stoessel: "[PHP3] Experimenting with Oracle"
- Next in thread: jkraai <email protected>: "Re: [PHP3] Counting stuff in text fields"
- Maybe reply: jkraai <email protected>: "Re: [PHP3] Counting stuff in text fields"
- Reply: Chad Cunningham: "Re: [PHP3] Counting stuff in text fields"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I have a mysql database with some highly variable-length text fields. I
need to write some SQL to fetch only the fields with a certain number of a
character -- specifically, a certain number of commas.
Pseudo SQL = select * from database where countstrings(text,",")=10;
Other than fetching all the text and processing it in PHP, any suggestions?
Thanks!
-- PHP 3 Mailing List http://www.php.net/ To unsubscribe send an empty message to php3-unsubscribe <email protected> To subscribe to the digest list: php3-digest-subscribe <email protected> For help: php3-help <email protected> Archive: http://www.php.net/mailsearch.php3 List administrator: zeev-list-admin <email protected>
- Next message: Jordan Krushen: "Re: [PHP3] Weird behaviour."
- Previous message: Vincent Stoessel: "[PHP3] Experimenting with Oracle"
- Next in thread: jkraai <email protected>: "Re: [PHP3] Counting stuff in text fields"
- Maybe reply: jkraai <email protected>: "Re: [PHP3] Counting stuff in text fields"
- Reply: Chad Cunningham: "Re: [PHP3] Counting stuff in text fields"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

