RE: [PHP] Selecting between using letters

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



How about the following;

SELECT DISTINCT left( name, 1 ) AS idx, count( * ) 
FROM users
GROUP BY idx 

produces a count of the names found for each letter, then you can make
decisions about your range of letters, like a max of 250 between letters, or
some such number.

Warren Vail

-----Original Message-----
From: Doug Parker [mailto:drparker@xxxxxxxxxxxxxxxx]
Sent: Monday, December 29, 2003 2:18 PM
To: php-db@xxxxxxxxxxxxx; php-general@xxxxxxxxxxxxx
Subject: [PHP] Selecting between using letters


How would I create a select statement in MySQL that would return a range of
records from the LastName field where the value starts with a designated
letter - for example, returning the range where the first letter of LastName
is between A and E...

Any help would be greatly appreciated.



------------------------------------------------------------
http://www.phreshdesign.com

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux