0

How could I do something similar to this in Esqueleto:

DATE_ADD(myDate, INTERVAL 2 HOUR) > otherDate
FtheBuilder
  • 1,410
  • 12
  • 19
  • 2
    It is not clear what you want, do you want the Haskell equivalent of this written in Esqueleto, or do you want to know how to write this with the [esqueleto](https://hackage.haskell.org/package/esqueleto-2.4.3) DSL? – Guerric Chupin Aug 10 '16 at 03:19
  • I realised there is no a `DATE_ADD` function. If I will need to implement it myself, any help would be appreciated. – FtheBuilder Aug 10 '16 at 17:48

0 Answers0