>SQL server chokes on this.
>Replace() is a valid TSQL function, I guess I need something like DE() in
>CF...
>Any ideas?
Just use single quotes.
SELECT *
FROM tblNames
WHERE replace(firstname+lastname,' ','')='#who#'
It should work now.
Regards,
Anthony Geoghegan.
Lead Developer,
What's On Where (WOW!)
http://www.wow.ie
mailto:[EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
- RE: SQL question Gary Davidson
- RE: SQL question Chris Williams
- RE: SQL question Peter Theobald
- SQL Question Kevin Schmidt
- RE: SQL Question Doyle, Mike
- Re: SQL Question Kevin Schmidt
- RE: SQL Question Dan Haley
- Re: SQL Question pan
- RE: SQL Question Dan Haley
- RE: SQL Question Dave Watts
- RE: SQL question Anthony Geoghegan
- RE: SQL question Adam Reynolds
- RE: SQL question mherbene
- Re: SQL question Dave Hannum
- RE: SQL question DeVoil, Nick
- RE: SQL question Andy Ewings
- RE: SQL question paul smith
- RE: SQL question Andy Ewings
- Re: SQL question Dave Hannum
- Re: SQL question paul smith
- RE: SQL question mherbene

