views:

132

answers:

3

Stupid question:

In SQL, I know I can do

UPDATE TableA SET MyColumn=NULL

But, how do I enter NULL into a cell graphically? I tried entering 'null' and 'NULL' and '' (nothing/empty string) into the MySQL Query Browser with no success.

+1  A: 

Google returned:

You can right-click on a cell and choose "Clear Field Content" in the popup menu. It will set the cell value to NULL.

webdestroya
+1  A: 

1.Switch to edit mode 2.Right click on field 3. Choose "Clear field content"

a1ex07
A: 

Has been the field type declared as char?

Marco