elsenorjose
Technical User
I have a table with, among other fields, a field with media file names. I want to create a query that would allow me to create 'buckets' which count how many records exceed a certain length. This is what my output would theoretically look like:
Using MySQL 5.0.27 on Windows XP SP2
Thank you.
Code:
length count
50 100
100 50
1000 30
Using MySQL 5.0.27 on Windows XP SP2
Thank you.