datatable.compute method

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to compute the minimum datetime of a column in a certain datetime
range like so:

datatable.compute("Min(datetime_column)", "datetime_column < datetimeobject");

I get a syntax error.....I suppose this has something to do with compute
encountering a colon in my datetime and throwing a hissyfit. Is there some
way I can do this? You can compare datetime objects easily outside of a
compute call, so what gives?
 
Back
Top