base
base copied to clipboard
INSERT statements should use `{table} () VALUES ()` instead of `SET {field} = ?`
It seems to be more popular among db engines.