Skip to content

Commit 3806715

Browse files
committed
added about date
1 parent 812e575 commit 3806715

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,4 +351,14 @@ select rand();
351351
#### Typecast to Int
352352
```sql
353353
select cast(23.01245 as signed);
354+
```
355+
356+
#### Extract Month
357+
```sql
358+
select month("1998-12-30");
359+
```
360+
361+
#### Extract Year
362+
```sql
363+
select year("1998-12-30");
354364
```

0 commit comments

Comments
 (0)