miniblog.

← Back to all posts
Cripes. `UPDATE my_table SET a = 5;` is the same as `UPDATE MY_TABLE SET a = 5;` unless you quote the table name.