MySQL Query Browser How do I enter NULL ?

Posted by rlb.usa on Stack Overflow See other posts from Stack Overflow or by rlb.usa
Published on 2010-05-06T21:37:45Z Indexed on 2010/05/06 21:48 UTC
Read the original article Hit count: 345

Filed under:
|

Stupid question:

In SQL, I know I can do

UPDATE TableA SET MyColumn=NULL

But, how do I enter NULL into a cell graphically? I tried entering 'null' and 'NULL' and '' (nothing/empty string) into the MySQL Query Browser with no success.

© Stack Overflow or respective owner

Related posts about null

Related posts about mysql-query-browser