Are you using select * to get the records? If so, get rid of that and
name the select columns from p.

select p.area, p.bedrooms, p.bathrooms
from ...
etc

--
WSS4CF - WS-Security framework for CF
http://wss4cf.riaforge.org/



On 4 October 2010 11:28, Rick Faircloth <[email protected]> wrote:
>
> Spoke (wrote) too soon...
>
> I'm getting the correct records, but I just realized
> I'm getting two of every field returned.  I tried
> other joins, but can't affect the fields so that I get
> just one field.
>
> How do I modify the query to return just one field

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:337822
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to