使用小写的 SQL

小写的可读性和大写 SQL 一样,并且你不必一直按住 shift 键。

-- Good
select * from users

-- Bad
SELECT * FROM users

-- Bad
Select * From users