Add example query and response

This commit is contained in:
Blargian 2024-03-03 13:14:29 +01:00
parent 8e79b229b1
commit 27231a9542

View File

@ -2315,8 +2315,10 @@ SELECT today();
**Result**:
```response
Running the query above on the 3rd of March 2024 would have returned the following response:
```response
2024-03-03
```
## yesterday {#yesterday}