Return to Null (1 Viewer)

jonwentz

Registered User.
Local time
Today, 14:25
Joined
Sep 30, 2004
Messages
38
Hi all

i would like to know if there is a way to return a field to null

thanks in advance
 

Ian Mac

Registered User.
Local time
Today, 20:25
Joined
Mar 11, 2002
Messages
179
In what way?
Is this based on any criteria?

If you want all the values in a field, null values.
then use:

UPDATE YourTableName SET YourFieldName = Null;
 

Users who are viewing this thread

Top Bottom