|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
trying to find all nulls in a data column and replace them with spacer.gif
whats the correct syntex for this: SELECT * FROM Product WHERE (product_smallimage IS NULL) UPDATE with 'spacer.gif' ?? how do i do this ?? thank you all TriAdX@aol.com |
|
#2
|
|||
|
|||
|
UPDATE Product SET product_smallimage = 'spacer.gif" WHERE product_smallimage IS NULL
__________________
====== Doug G ====== I didn't attend the funeral, but I sent a nice letter saying I approved of it. --Mark Twain |
![]() |
| Viewing: ASP Free Forums > Database > Microsoft SQL Server > Find and Replace |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|