----- Original Message -----
From: Philip Arnold
To: CF-Community
Sent: Monday, May 10, 2004 1:27 PM
Subject: RE: quick SQL question
> From: Phillip B
>
> How do you update an int field to a null value in sql server 2000?
Update myTable
Set myField=NULL
Where myOtherField=value
Difficult, innit? :P
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]
