Hi there!
I have a question regarding the Database subscriber (Incoming config).
Lets assume, that I have an MSSQL server, with a table named “PersonalData”, and a column inside named “EmailAddress”.
Now, what I need is to get all rows that have EmailAddress defined (so <> “” and <> NULL), but I don’t know how the Where conditions work:
What should go into the textarea next to the key name in the below mentioned situation? (Or rather, how to “convert” an sql where string like “[…] where EmailAddress <> “” and EmailAddress <> NULL” to that textarea?)
Please note, that the “Use raw query” is not an option in my case, since I need this functionality, that every row is processed in a separate task (or a separate route task).
However, we recommend to use RAW Query instead, because it much easier to use for complex query. You can then divide the rows into separated tasks by using transformer “Get branches from a pattern”