How to make a field NULL using MySQL GUI Tools?

后端 未结 6 1708
误落风尘
误落风尘 2020-12-18 17:57

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

6条回答
  •  南方客
    南方客 (楼主)
    2020-12-18 18:19

    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'.

提交回复
热议问题