Skip to content

Commit

Permalink
more explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
Lordworms committed Mar 5, 2024
1 parent df8e0e6 commit 7765294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user-guide/sql/scalar_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -3150,7 +3150,7 @@ The range start..end contains all values with start <= x < end. It is empty if s

Step can not be 0 (then the range will be nonsense.).

Note that when the required range is a number, it accepts 1, 2, and 3 parameters, but when the required range is a date, it must be 3 non-NULL parameters.
Note that when the required range is a number, it accepts (stop), (start, stop), and (start, stop, step) as parameters, but when the required range is a date, it must be 3 non-NULL parameters.
For example,

```
Expand Down

0 comments on commit 7765294

Please sign in to comment.