| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Jim Faucette | Date: | July 27 1999 2:02am |
| Subject: | Re: from_days() | ||
| View as plain text | |||
PinkeshP@stripped wrote: > > following query returns NULL > any idea why? > > from_days(to_days(CURDATE()+20)); > > it works fine on windows version of MySQL. But returns NULL on UNIX > It looks like on UNIX it sees 7-26-99 + 20 days as an improper date for to_days. But this works: from_days(to_days(CURDATE())+20); jim...
| Thread | ||
|---|---|---|
| • from_days() | PinkeshP | 27 Jul |
| • Re: from_days() | Paul DuBois | 27 Jul |
| • Re: from_days() | Jim Faucette | 27 Jul |
