Skip to content

Commit 4e008a7

Browse files
Update README.md
1 parent 145ab38 commit 4e008a7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ SELECT fullname,
8989
FROM $r
9090
```
9191
The example above will be give output like below
92-
```json
92+
```
9393
[
9494
{
9595
fullname: "Mucahit Nesimi YILMAZ",
@@ -115,7 +115,7 @@ The example above will be give output like below
115115
`$r` is reserved keyword for SQL4Json. You must add `$r` to from section of your query. You can expand `$r` for scenarios for like below.
116116

117117
Let's say you have json like this
118-
```json
118+
```
119119
{
120120
responseStatus: 200,
121121
errors: null,
@@ -212,4 +212,4 @@ WHERE TO_DATE(lasLogin, 'yyyy-MM-dd HH:mm:ss') > TO_DATE('2023-25-10 03:00:00')
212212
Returns `LocalDateTime` instance of current date time.
213213
```sql
214214
SELECT * FROM $r WHERE TO_DATE(lasLogin, 'yyyy-MM-dd HH:mm:ss') < NOW()
215-
```
215+
```

0 commit comments

Comments
 (0)