Add Model files wiki page.
This commit is contained in:
parent
950663dadb
commit
471bddcaf5
6 changed files with 149 additions and 92 deletions
|
|
@ -224,7 +224,7 @@ rRatingFilms := Film.
|
|||
WHERE(Film.Rating.EQ(enum.MpaaRating.R)).
|
||||
AsTable("rFilms")
|
||||
```
|
||||
`AsTable("rFilms")` - allows SELECT statements to be seen as table.
|
||||
`AsTable("rFilms")` - allows SELECT statements to be seen as source table.
|
||||
|
||||
To use sub-query columns in SELECT statement expressions we have to export column from sub-query,
|
||||
using `From` method.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue