diff --git a/README.md b/README.md index cdebfe0..3cb60e6 100644 --- a/README.md +++ b/README.md @@ -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,