I 2nd this.  I looked through the java stuff and I don't see a way to remove
a column.  Just add and manipulate them.

Jake Churchill
CF Webtools
11204 Davenport, Ste. 100
Omaha, NE  68154
http://www.cfwebtools.com
402-408-3733 x103

-----Original Message-----
From: Jason Fisher [mailto:[email protected]] 
Sent: Monday, June 01, 2009 2:13 PM
To: cf-talk
Subject: re: Query Modification


Query of Queries would work really well, and would be very efficient ... 
why not do that?

Query 'employees' has: firstName, lastName, title, email, phone, ext

<cfquery dbtype="query" name="employees">
SELECT firstName,
lastName,
email
FROM employees
</cfquery>

That would get you there with very little overhead ...
 




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:323040
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