Update README.md
This commit is contained in:
parent
c3903948c8
commit
b2c96f4419
1 changed files with 1 additions and 1 deletions
|
|
@ -152,7 +152,7 @@ import (
|
|||
```
|
||||
Lets say we want to retrieve the list of all _actors_ that acted in _films_ longer than 180 minutes, _film language_ is 'English'
|
||||
and _film category_ is not 'Action'.
|
||||
```go
|
||||
```java
|
||||
stmt := SELECT(
|
||||
Actor.ActorID, Actor.FirstName, Actor.LastName, Actor.LastUpdate, // or just Actor.AllColumns
|
||||
Film.AllColumns,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue