Is there a node that can filter a datetime field from a db?

Hi!
I need to filter a range into a datetime field from a db table, but before the db reader node because I have to eliminate all data that not enter into this range…

Which node can I use? I know date&time based row filter but it works after the db reader node. I need one before.

Thanks!
Giada

Hi @giad

did you checked if “DB Table Selector”-Node in combination with “DB Row Filter” - Node works?

BR

1 Like

You could take a look at this example and adapt that:

Typically it would depend on the syntax of the (SQL) database.you are using.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.