Skip to content

Commit

Permalink
Correct formatting for an attempt at a sub-list.
Browse files Browse the repository at this point in the history
  • Loading branch information
markdonnelly committed Apr 17, 2012
1 parent 5d2ad55 commit ac64591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The goal of this style guide is to improve the readability of SQL queries.

### Names
* Named objects should not be surrounded by backticks, no matter what MySQL says when it dumps the table structure for you.
** If you need to use backticks because of something in your table name, rename your table.
* If you need to use backticks because of something in your table name, rename your table.

### Indentation and newlines

Expand Down Expand Up @@ -124,5 +124,5 @@ The goal of this style guide is to improve the readability of SQL queries.
JOIN table2 ON (table2.parent_id = table1.id) ) link;
```
** Abbreviations don't help in subquery aliases
* Abbreviations don't help in subquery aliases

0 comments on commit ac64591

Please sign in to comment.