Repository Details
Shared by


HelloGitHub Rating
0 ratings
Claim
Discuss
Collect
Share
1.1k
Stars
Yes
Chinese
Other
Language
No
Active
1
Contributors
1
Issues
No
Organization
None
Latest
110
Forks
None
License
More
一份 SQL 语句编写风格建议。比如:
```
-- Good
select *
from users
where email = 'example@domain.com'
-- Bad
select *
from users
where email = "example@domain.com"
```
Included in:
Vol.57
Comments
Rating:
No comments yet