90dc5641d7a8ab044485787ebe33cbd0ce0e89fe
FAQ/How-to-use-datediff.md
| ... | ... | @@ -42,12 +42,14 @@ See startdate. |
| 42 | 42 | ##Example |
| 43 | 43 | |
| 44 | 44 |  |
| 45 | + |
|
| 45 | 46 | Expression applied to the third column. The above expression does calculation shippeddate - orderdate in week. Expression type doesn't necessarily have to be 'string' as above' |
| 46 | 47 | |
| 47 | 48 | |
| 48 | 49 | |
| 49 | 50 | |
| 50 | 51 |  |
| 52 | + |
|
| 51 | 53 | 1st argument of datediff() has changed to month. Thus the above expression does shippeddate - orderdate in month. |
| 52 | 54 | |
| 53 | 55 |