titans4771
MIS
I am trying to update a table I created that have NULL in one of the fields.
UPDATE clientidtoclientrollup
SET rollupid = clientid
WHERE clientid is null
Returns: (0 row(s) affected)
Thanks for any suggestions...
UPDATE clientidtoclientrollup
SET rollupid = clientid
WHERE clientid is null
Returns: (0 row(s) affected)
Thanks for any suggestions...