[R] Passing date as parameter while retrieving data from database using dbGetQuery

2012-02-15 Thread aajit75
Hi All, This might be simple question, I need to retrive data for modelling from the databases. Eveytime date values changes so I countnot fix date value in the code, it is required to pass as parameter. When I pass the date as parameter, it throws error. (ERROR: column start_dt does not exist

Re: [R] Passing date as parameter while retrieving data from database using dbGetQuery

2012-02-15 Thread Gabor Grothendieck
On Wed, Feb 15, 2012 at 7:24 AM, aajit75 aaji...@yahoo.co.in wrote: Hi All, This might be simple question, I need to retrive data for modelling from the databases. Eveytime date values changes so I countnot fix date value in the code, it is required to pass as parameter. When I pass the date