Add a more illustrative example

This commit is contained in:
Yarik Briukhovetskyi 2024-04-12 13:57:42 +02:00 committed by GitHub
parent 2d6c51578a
commit 85cdecb123
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ Alias: `truncate`.
Query: Query:
```sql ```sql
SELECT trunc(123.45, 1) as res; SELECT trunc(123.499, 1) as res;
``` ```
```response ```response