hi there,
I have managed to obtain the latest date in a list of dates by using the following:
SELECT date FROM mydata.data WHERE fund = "whatIwant" order by date desc limit 1
thing is, i actually want the latest date plus one month and then return this value. Any ideas?
Thanks.
I have managed to obtain the latest date in a list of dates by using the following:
SELECT date FROM mydata.data WHERE fund = "whatIwant" order by date desc limit 1
thing is, i actually want the latest date plus one month and then return this value. Any ideas?
Thanks.