|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Updating datetime value with NULL
I'm trying to figure out how to insert a NULL value into a datetime column that already contains a date.
The column contains NULL values by default before a date is inserted into it, but how can I insert NULL back into it? Thanks |
|
#2
|
||||
|
||||
|
Code:
UPDATE <tableName> SET <fieldName> = NULL WHERE <fieldName> = <value> |
![]() |
| Viewing: ASP Free Forums > Database > SQL Development > Updating datetime value with NULL |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|