My God, that actually works!! Ssssswwweeeeettttt! But what the hell does that mean is happening with the query translation in the cfquery?
Ah well, I'll use this now. Thanks Pascal. George On 5/3/05, Pascal Peters <[EMAIL PROTECTED]> wrote: > And did you try it without table aliases and with the join in the where > clause: > > SELECT dbResults.primaryID AS primaryID, verityResults.score AS score > FROM dbResults, verityResults > WHERE dbResults.primaryID = verityResults.key > ORDER BY verityResults.score DESC > > This has definitely worked for me in the past (on CF5) > > Pascal > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:205387 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

