J
joao
Hi,
is it possible to include an if then else in a query? I would like t
make te following:
"select if(datepart("yyyy",date.date)=2004 then month
datepart("m",date.date) + 12) as month from date;"
or something like that....
Thank
is it possible to include an if then else in a query? I would like t
make te following:
"select if(datepart("yyyy",date.date)=2004 then month
datepart("m",date.date) + 12) as month from date;"
or something like that....
Thank