We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70a351 commit dbdf07bCopy full SHA for dbdf07b
README.md
@@ -1202,9 +1202,7 @@ public class Example {
1202
## `Future<Response> sql(String query)`
1203
Retrieve inserted values using a SQL syntax. This method corresponds to a POST request at /query/sql.
1204
1205
-#### Request example
1206
-
1207
-**Query statement**
+#### Query statement
1208
1209
```java
1210
import java.io.IOException;
@@ -1224,7 +1222,7 @@ public class Example {
1224
1222
}
1225
1223
```
1226
1227
-**Insert statement**
+#### Insert statement
1228
1229
1230
import java.util.concurrent.ExecutionException;
0 commit comments