Hello,
I currently am getting a datatable from a database with the execute query activity.
The only problem is that I get a datatable that has around 50,000 lines which does take a long time to load.
Is there a way to use execute query to give me only the lines containing the information I need?
Ex: Have a lines that contain the data 2020/02/22 and the datatable will only give me those lines in the date column.