How do you change a column from NULL to NOT NULL in memSQL

This is still on our backlog. You can’t yet do this in a single step. I expect us to make more ALTERs like this possible at a future date.

Also, you can change the column order as described here. That can be useful if you solve this by making a new column, updating it, and removing the old one, and renaming the new one, so you wind up with the same column order as you originally had.