Hey all,
I'm using CFCONTENT to return an Excel spreadsheet to the user. However, some of the data which becomes the Excel file is either 1) Numeric, or 2) Date-masked. The problem is, that Excel is too smart for its own good, and displays the data in ways which are different than what the...
Many times I use WHERE clauses in queries which are quite long and complex. Sometimes it becomes necessary to use the same lengthy WHERE clause in my main query and several subqueries, and I've found that in certain circumstances, I can use a variable (set up using CFSET) to represent my WHERE...
I know that 'Like' in SQL can be used like 'Contains' in CFML if wildcards are attached to the keyword/text-string you're looking for. But I've recently found that 'Like' can't be used with 'ANY'. Is there a way to to a CFML-like 'Contains' in SQL?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.