You need to use an alias:
  select count(*) as numCusts
and then output #numCusts#

-cf-talk

On Wed, 19 Apr 2000 Alex Puriche <[EMAIL PROTECTED]> writes:
> cf-talk,
> 
>   <cfquery datasource="qwerty" name="asdfgh">
>   select count(*)
>   from customer
>   where CustomerName='My_Name'
>   </cfquery>
> 
>   <cfoutput query="asdfgh">
> 
>   #What I need to put here???#
> 
>   </cfoutput>
________________________________________________________________
YOU'RE PAYING TOO MUCH FOR THE INTERNET!
Juno now offers FREE Internet Access!
Try it today - there's no risk!  For your FREE software, visit:
http://dl.www.juno.com/get/tagj.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to