Hello R users
I tried to get maximum of sale date from my dataframe using sqldf in R.
First time when i was executing the following code
>sqldf("select max(sale_date) from test1")
i got the result as 9997.0
BUT
when i was running the same for second time, the result was 2031-04-09 (this
is what correct one!)
why it was happened?
thanks.
--
View this message in context: http://www.nabble.com/Bug-tp25548042p25548042.html
Sent from the R help mailing list archive at Nabble.com.
______________________________________________
[email protected] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.