How to make a field NULL using MySQL GUI Tools?

后端 未结 6 1719
误落风尘
误落风尘 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:11

    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.

提交回复
热议问题