From d1a365678274ddc4d012c9a44476e8d0b1ae1059 Mon Sep 17 00:00:00 2001 From: oshai Date: Thu, 14 Dec 2017 23:59:51 +0200 Subject: [PATCH] Updated DSL (markdown) --- DSL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DSL.md b/DSL.md index a309bc3..27ad76f 100644 --- a/DSL.md +++ b/DSL.md @@ -113,6 +113,6 @@ Join to count how many players plays in each movie: ```kotlin (Players innerJoin StarWarsFilms) .slice(Players.name.count(), StarWarsFilms.name) - .selectAll() + .select { StarWarsFilms.sequelId eq Players.sequelId } .groupBy(StarWarsFilms.name) ``` \ No newline at end of file