Displaying 4 results from an estimated 4 matches for "2013_14".
Did you mean:
20130114
2017 Sep 11
4
Case statement in sqldf
..., case
+ when ReportDate between '2012-04-01' and '2013-03-31'
+ then '2012_13'
+ when ReportDate between '2013-04-01' and '2014-03-31'
+ then '2013_14'
+ when ReportDate between '2014-04-01' and '2015-03-31'
+ then'201415'
+ when ReportDate between '2015-04-01' and '2016-03-31'
+ then '2015_16'
+...
2017 Sep 11
0
Case statement in sqldf
...> + when ReportDate between '2012-04-01' and '2013-03-31'
> + then '2012_13'
> + when ReportDate between '2013-04-01' and '2014-03-31'
> + then '2013_14'
> + when ReportDate between '2014-04-01' and '2015-03-31'
> + then'201415'
> + when ReportDate between '2015-04-01' and '2016-03-31'
> + then ...
2017 Sep 11
0
Case statement in sqldf
..., case
when ReportDate between '2012-04-01' and '2013-03-31'
then '2012_13'
when ReportDate between '2013-04-01' and '2014-03-31'
then '2013_14'
when ReportDate between '2014-04-01' and '2015-03-31'
then '2014_15'
when ReportDate between '2015-04-01' and '2016-03-31'
then '2015_16'...
2013 Sep 16
0
Sportbook - Open Source Football Betting Pool Ready for Champions League 2013/14 in Rails
...n fixtures. More tournament example include
- Deutsche Bundesliga 2013/14,
- English Premier League 2013/14,
- Spanish La Liga 2013/14,
- Italian Serie A 2013/14
- and others [2].
More info at the Sportbook project site [3]. Enjoy. Cheers.
[1] http://sportbook.herokuapp.com/db/cl.2013_14
[2] https://github.com/openfootball
[3] https://github.com/openbookie/sportbook
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+...