Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| b_i:arithmeticinfind [2023/03/09 03:35] – removed - external edit (Unknown date) 127.0.0.1 | b_i:arithmeticinfind [2023/05/10 01:27] (current) – sean | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | {{tag> | ||
| + | ==== Arithmetic In Find ==== | ||
| + | < | ||
| + | |||
| + | < | ||
| + | <col sm=" | ||
| + | |||
| + | <col sm=" | ||
| + | Arithmetic operations with dates are not supported in '' | ||
| + | |||
| + | <code aim>FIND Account WHERE Account.Date=CURRENT_DATE-1 </ | ||
| + | |||
| + | <col sm=" | ||
| + | |||
| + | <col sm=" | ||
| + | |||
| + | Use functions with dates (such as '' | ||
| + | |||
| + | <code aim>FIND Account WHERE Account.Date= DATE_ADD(CURRENT_DATE, | ||
| + | </ | ||
| + | |||
| + | |||
| + | {{simplenavi> | ||