2

I just decided to replace phpMyAdmin by Mysql Query Browser ( finally I can have tabs!! ), but I'm having a really stupid problem.
I need to set a field value to NULL instead of empty string: if I simply delete the content of the field, it will be set to empty string...

Of course, I don't want to do it through a query, I just want to use the visual editor.

Thank you

3 Answers 3

3

Right click on the cell while not in edit mode and click "Clear field content"

Sign up to request clarification or add additional context in comments.

1 Comment

That's almost it: if I'm currently editing the field, I can't do it. But if I right click on the cell while NOT editing it, it works. That's a bit weird, and it's the reason why I couldn't find it directly :)
2
  • Switch to edit mode
  • Right click on field
  • Choose "Clear field content"

Comments

0
  • Right Click - > Edit Table Data

  • Right Click ON Field

  • Set Field(s) to NULL ( version 5.2.38 CE )

Or

  • Just Type NULL

  • And Press Enter

1 Comment

If you type "NULL", it will insert a string 'NULL' => not OK (on 5.2.38 CE, rev 8753)

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.