Where clause for datetime value >= current time

In codeless how to query the dynamic list from a table that has a datetime column StartsAt and where clause needs be "StartsAt >= CURRENT_DATE_TIME’

Hello @Navjeet_Chabbewal

try this:

Regards, Vlad

1 Like

Vlad, that worked. I had another solution but your solution is simpler and shorter. Thanks.