How to make a field NULL using MySQL GUI Tools? -


i'm using mysql query browser (part of mysql gui tools) , need change field null, can't figure out how - if delete value tries update ''. typing "null" makes try update 'null' (a string).

i know write query it, defeats entire purpose of tool, no?

in mysql query browser, right click on cell , select 'clear field content' while focus in cell.

in mysql workbench, right click on cell , select 'set field null'.


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -