Update a field to a null value

  • Thread starter Thread starter Young
  • Start date Start date
Y

Young

How do I set a field to a null value in the UPDATE statement?

Eg. To update a text

UPDATE [CLIENT] SET [Name] = 'X'

But if I want to set it to null, what is the syntax?

TIA

JK
 
"Young" <[email protected]>'s wild thoughts were
released on Tue, 30 May 2006 08:51:08 GMT bearing the
following fruit:
How do I set a field to a null value in the UPDATE statement?

Eg. To update a text

UPDATE [CLIENT] SET [Name] = 'X'

But if I want to set it to null, what is the syntax?

= NULL



Jan Hyde (VB MVP)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top