On 07/02/2016 03:55, Bob M wrote:
I need to delete the contents of the odd field and replace it with <NULL>

How do I enter the <NULL> part?

UPDATE blah SET blah=NULL WHERE blah.

Exactly the same as updating to a non-null value.
--
John English

Reply via email to