Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| ref:b_i:arithmeticinfind [2026/08/13 00:42] – ↷ Page moved from b_i:arithmeticinfind to ref:b_i:arithmeticinfind localdev | ref:b_i:arithmeticinfind [2026/08/13 01:10] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| <col sm=" | <col sm=" | ||
| - | Arithmetic operations with dates are not supported in '' | + | Arithmetic operations with dates are not supported in '' |
| <code aim>FIND Account WHERE Account.Date=CURRENT_DATE-1 </ | <code aim>FIND Account WHERE Account.Date=CURRENT_DATE-1 </ | ||
| Line 16: | Line 16: | ||
| <col sm=" | <col sm=" | ||
| - | Use functions with dates (such as '' | + | Use functions with dates (such as '' |
| <code aim>FIND Account WHERE Account.Date= DATE_ADD(CURRENT_DATE, | <code aim>FIND Account WHERE Account.Date= DATE_ADD(CURRENT_DATE, | ||
| Line 22: | Line 22: | ||
| - | {{simplenavi> | + | {{simplenavi> |