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
Post a Comment