How might I LIMIT my sql statement to return a range of letters from a column. I've had no luck with the regex function. Here's what I want:
Apple
Bear
Charlie
Dog
Echo
Fox
Girl
Zulu
I want to return Bear, Charlie, Dog, Echo (B-E)
SELECT * FROM `items` WHERE ...?
Thanks!
Josh
Apple
Bear
Charlie
Dog
Echo
Fox
Girl
Zulu
I want to return Bear, Charlie, Dog, Echo (B-E)
SELECT * FROM `items` WHERE ...?
Thanks!
Josh