mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs/VictoriaLogs/LogsQL.md: typo fix: substitute "'" with "" in front of
John`
This commit is contained in:
parent
b9c0eb3dde
commit
868c4c0253
1 changed files with 1 additions and 1 deletions
|
@ -590,7 +590,7 @@ and `X` is [numeric value](#numeric-values), IPv4 address or a string. For examp
|
|||
response_size:>10KiB
|
||||
```
|
||||
|
||||
The following query returns logs with `user` field containing string values smaller than 'John`:
|
||||
The following query returns logs with `user` field containing string values smaller than `John`:
|
||||
|
||||
```logsql
|
||||
username:<"John"
|
||||
|
|
Loading…
Reference in a new issue