INSERT INTO TableName(Column1, Column2)
VALUES("", "Value2")
--
OR for UPDATE
--
UPDATE TableName
SET Column1 = "",
Column2 = "Value2"
WHERE SomeKeyName = 'SomeValue'
should work
-chris.alvarado
[developer] - VerticalNet
-----Original Message-----
From: Greg Zentkovich [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 06, 2001 2:47 PM
To: Fusebox
Subject: INSERTING Null Values?
>From the SQL7.0 Enterprise Mgr i can use CTRL + 0 to insert a <NULL> value,
but is possible to get that same effect while inserting from a webpage?
Thanks,
Greg Z
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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