SQL 代码规范
/
-- Good
select *
from users
where email in (
'user-1@example.com',
'user-2@example.com',
'user-3@example.com',
'user-4@example.com'
)
本文章首发在 LearnKu.com 网站上。
推荐文章: