An ORDER BY?

Adrian

-----Original Message-----
From: Robert Rawlins - Think Blue
[mailto:[EMAIL PROTECTED]
Sent: 23 July 2007 16:45
To: CF-Talk
Subject: RE: GROUP BY RIGHT()?


Thanks guys for the suggestion,

I'll agree that the calculated column is probably my best bet, you're right
Charlie about that assuming the file extension is only 3 characters, however
two file extensions with the same last 3 characters isn't all that likely.

Now, I'm having a little trouble with this group by:

<cfoutput query="VARIABLES.Messages" group="type">
        #VARIABLES.Messages.type#
</cfoutput>

For some reason it doesn't appear to group properly, either that or I'm
forgetting how to use it properly :-D That code snippet outputs like this:

Gif
Jpg
Gif
Txt
Gif
Vcf

See how it's not grouping the gifs properly?

Any ideas what I'm missing?

Thanks guys,

Rob


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Download the latest ColdFusion 8 utilities including Report Builder,
plug-ins for Eclipse and Dreamweaver updates.
http;//www.adobe.com/cfusion/entitlement/index.cfm?e=labs%5adobecf8%5Fbeta

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:284369
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to