Skip to content

Commit 5782281

Browse files
committed
modified readme
1 parent cca144d commit 5782281

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,11 @@ select repeat("* ", @n := @n - 1) from information_schema.tables where @n > 0;
333333

334334
## Miscellaneous
335335

336+
#### Round
337+
```sql
338+
select round(3.141596, 3);
339+
```
340+
336341
#### Repeated concatenation
337342
```sql
338343
select repeat("* ", 20);

0 commit comments

Comments
 (0)