Is there a simplified code than this?

From: Qingbo Zheng <qingbo_at_udel.edu>
Date: Tue, 29 Jun 1999 15:21:54 +0100
Message-ID: <3778D682.F60D6F74_at_udel.edu>



[Quoted] UPDATE cadsrdb.population
SET 	births = NULL, 
	deaths = NULL, 
	net_migration = NULL, 
	international = NULL, 
	domestic = NULL, 
	federal = NULL,
	residual = NULL
[Quoted] where 	births = 0 OR 
	deaths = 0 OR 
	net_migration = 0 OR
	international = 0 OR 
	domestic =0 OR 
	federal = 0 OR
	residual = 0
Received on Tue Jun 29 1999 - 16:21:54 CEST

Original text of this message