has anyone done or can it be done? I have a multi-thousand entry mySQL database and I'd like to pull only those records out that begin with a certain
letter (alphabetic arrays)... but I don't want to populate an array with the complete database and manipulate that array for obvious reasons.
Is there a way to do this in the SELECT statement?