hello guys,
i have a db table called "vehicle", the table contains a field called "model". i wanna retrieve the count() for each model by one query. i want my query to output: count(Q45), count(X40), count(BMW2000), etc ....
How can i do this?
Thanks. <CFQuote>THE JOURNEY OF A 1000 MILES BEGINS WITH 1 STEP</CFQuote>
i have a db table called "vehicle", the table contains a field called "model". i wanna retrieve the count() for each model by one query. i want my query to output: count(Q45), count(X40), count(BMW2000), etc ....
How can i do this?
Thanks. <CFQuote>THE JOURNEY OF A 1000 MILES BEGINS WITH 1 STEP</CFQuote>