From b2c96f44196b416206461a16adb9665c223a477b Mon Sep 17 00:00:00 2001 From: go-jet <47941548+go-jet@users.noreply.github.com> Date: Wed, 3 Jun 2020 08:02:53 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,