Query of Queries Tricks

ColdFusion’s Query of Queries is a fantastic tool. It isn’t nearly as fast as running a query on a database directly, but it serves a very useful purpose. More often than I’d care to remember, there’s a need for combining a query set from multiple datasources that have no way to talk to each other. […]