mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #324 from vipulnsward/cte
`Expresssions` => `Expressions`
This commit is contained in:
commit
7c34f82dc7
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ comments_with_replies = \
|
||||||
|
|
||||||
This will return the reply for the first comment.
|
This will return the reply for the first comment.
|
||||||
|
|
||||||
[Common Table Expresssions(CTE)](https://en.wikipedia.org/wiki/Common_table_expressions#Common_table_expression) support via:
|
[Common Table Expressions(CTE)](https://en.wikipedia.org/wiki/Common_table_expressions#Common_table_expression) support via:
|
||||||
|
|
||||||
Create a `CTE`
|
Create a `CTE`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue