Skip to content

Commit 72a5847

Browse files
authored
Update Notes.md
1 parent eed9884 commit 72a5847

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

SQL/Notes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ least(columnA, columnB)
1010
```sql
1111
purchase_date between Prices.start_date and Prices.end_date
1212
```
13-
13+
##### left
14+
选择一个date数据“2020-19-12”的左七位数字作为month的标记。
15+
```sql
16+
left(trans_date, 7) as month
17+
```
1418

1519
#### Join
1620
##### Join Condition 可以有复杂的表达式

0 commit comments

Comments
 (0)