From: Ian Skinner on
happysailingdude wrote:
>
> How on earth can this be? am i going mad?
>

Well, if you really just want to add to the query column, personally I
would use the query functions such as
queryAddColumn(query,'column','dataType',arrayOfValues) and|or
querySetCell(query,'column',row,value).

I would suspect that your issue stems from a query record set being a
complex variable and that your simple <cfset...> does not properly
extend the variable.