Skip to content

Commit

Permalink
[fix](function) Add parameter restrictions for function random (#992)
Browse files Browse the repository at this point in the history
  • Loading branch information
zclllyybb authored Aug 13, 2024
1 parent 8d2a664 commit a925249
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/sql-manual/sql-functions/numeric-functions/random.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Returns a random number between a and b. a must be less than b.

Alias: `rand`.

Note: All parameters must be constants.

### example

```sql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ under the License.

别名:`rand`

注意:所有参数必须为常量。

### example

```sql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ under the License.

别名:`rand`

注意:所有参数必须为常量。

### example

```sql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ under the License.

别名:`rand`

注意:所有参数必须为常量。

### example

```sql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Returns a random number between a and b. a must be less than b.

Alias: `rand`.

Note: All parameters must be constants.

### example

```sql
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Returns a random number between a and b. a must be less than b.

Alias: `rand`.

Note: All parameters must be constants.

### example

```sql
Expand Down

0 comments on commit a925249

Please sign in to comment.