Just make the select query into an Update query. Specify the table with the Nulls as the table to update. Or you could just update all of the Nulls in that table.
And then there is the ISNULL() function that would allow you to do math without making an update to the table.
-Karl
[red] Cursors, triggers, user-defined functions and dynamic SQL are an axis of evil![/red]
[green]Life's uncertain...eat dessert first...www.deerfieldbakery.com[/green]
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.