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'
|
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'.
|
and _film category_ is not 'Action'.
|
||||||
```go
|
```java
|
||||||
stmt := SELECT(
|
stmt := SELECT(
|
||||||
Actor.ActorID, Actor.FirstName, Actor.LastName, Actor.LastUpdate, // or just Actor.AllColumns
|
Actor.ActorID, Actor.FirstName, Actor.LastName, Actor.LastUpdate, // or just Actor.AllColumns
|
||||||
Film.AllColumns,
|
Film.AllColumns,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue