try
<CFQUERY name="test" datasource="source">
SELECT tblone.[colum##] as colum
from tblone;
<CFQUERY>
<CFOUTPUT query="test">
#test.colum#
</CFOUTPUT>
seems to work
-----Original Message-----
From: Tristram Charnley [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 10, 2001 12:09 PM
To: CF-Talk
Subject: RE: Column names containing a # sign
I already tried double ## signs and aliasing - it doesn't work.
I get the very strange error:
Syntax error in date in query expression.
There's no date type field anywhere in the table
Tristram Charnley
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists