Skip to content
This repository was archived by the owner on Apr 19, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ modifier | meaning
`"gt"` | greater than
`"gte"` | greater than or equal to
`"prefix"` | starts with
`"like"` | matches, as in SQL:<br/>&bull; underscore ("\_") for exactly one character<br/>&bull; percent ("%") for 0 or more characters<br/>&bull; "\_" for one underscore character<br/>&bull;"%" for one percent character.
`"like"` | matches, as in SQL:<br/>&bull; underscore ("\_") for exactly one character<br/>&bull; percent ("%") for 0 or more characters<br/>&bull; "\\\_" for one underscore character<br/>&bull;"\\%" for one percent character.
`"notlike"` | does not match (as above)
`"null"` | value is NULL
`"notnull"` | value is not NULL
Expand Down