MySQL 작성할 때 들여쓰기를 언제 하는 게 좋은지, 명령어만 대문자로 해도 좋은지 등을 검색해봤다. 필수는 아니고 경우에 따라 다른 것 같다.
SQL Formatting standards – Capitalization, Indentation, Comments, Parenthesis
Create your own set of sql formatting rules that will be enforced to all SQL you work on. Use ApexSQL Refactor for automatical implementation.
solutioncenter.apexsql.com
https://stackoverflow.com/questions/15813756/should-sql-functions-be-uppercase-or-lowercase
Should SQL functions be uppercase or lowercase?
I am new in SQL and I was wondering what is the right way to write the functions. I know the norm for statements like SELECT is uppercase, but what is the norm for functions? I've seen people write...
stackoverflow.com
'SQL' 카테고리의 다른 글
SQL breadcrumbs (0) | 2023.04.09 |
---|---|
프로그래머스 IS NULL (0) | 2021.09.11 |
프로그래머스 JOIN (0) | 2021.09.09 |