I have need to update a table and set a value to
NULL like
UPDATE blah
SET thisAttribute = nullValueHere
WHERE someStuff = someOtherStuff
so far I've tried
<cfset var = "">
and
<cfset var = "NULL">
and some other things but so far nothing. Anybody
know right off the bat where I'm going wrong?
A.
|
- RE: [KCFusion] Ethan
- Re: [KCFusion] Bryan LaPlante
- RE: [KCFusion] Ethan
- Re: [KCFusion] Bryan LaPlante
- RE: [KCFusion] Greenhagen, Robin
- RE: [KCFusion] Ryan Hartwich
- [KCFusion] Adaryl Wakefield
- RE: [KCFusion] Ryan Hartwich
- Re: [KCFusion] Adaryl Wakefield
- RE: [KCFusion] Ethan
- RE: [KCFusion] Adaryl Wakefield
- RE: [KCFusion] Matt Jones
- RE: [KCFusion] Kory Bakken
- Re: [KCFusion] Adaryl Wakefield