I\'m using the MySQL Query Browser (part of the MySQL GUI Tools) and need to change a field to NULL, but I can\'t figure out how to do it - if I delete the value it tries to
I'd try Ctrl-0 (zero), because that works in some tools.
Right-click on that column and select the
option from the context menu.
In MySQL Workbench, with the cell selected, press Shift + Delete
Tested on 6.3.4.0
Removing the contents:
This works for some tools (sorry to hear it doesn't for yours). This may not appear as null but will when you perform a query.
Shift + Delete
work well in MySql Workbench 8
In MySQL Query Browser, right click on the cell and select 'Clear field content' while the focus is in another cell.
In MySQL Workbench, right click on the cell and select 'Set Field to NULL'.