计算商品的账单值
根据下列数据集和表达式,确定 Custom 列的取值序列。
| Col1 | Col2 | Name | Custom |
|---|---|---|---|
| 10 | 30 | John | ? |
| 20 | 20 | Tom | ? |
| 30 | 10 | Walter | ? |
Custom 列的表达式:
min($Col1$,$Col2$) - length($Name$)
本练习是课程的一部分
根据下列数据集和表达式,确定 Custom 列的取值序列。
| Col1 | Col2 | Name | Custom |
|---|---|---|---|
| 10 | 30 | John | ? |
| 20 | 20 | Tom | ? |
| 30 | 10 | Walter | ? |
Custom 列的表达式:
min($Col1$,$Col2$) - length($Name$)
本练习是课程的一部分