Executing sequential query in same filter SQL
Posted: Tue Sep 23, 2014 3:17 pm
Hello everybody,
I have a GoAutoDial 3.3 deployed as following:
1- Dialer server with Intel(R) Xeon(R) CPU E3-1230 V2 @ 3.30GHz x 8, 8 GB of RAM, 300 GB of HDD. GoAutoDial for 64 bits system installed from DVD.
2- Data Base server with Intel(R) Xeon(R) CPU E5-2620 v2 @ 2.10GHz x 12, 24 GB of RAM, 300 GB of HDD. GoAutoDial for 64 bits system installed from DVD.
This is my question:
I need to know how do i to build a Filter SQL with two or more queries and do that these run sequentially one after other in the same filter.
For better explanation I describe for you the problem:
An enterprise needs to call from a list with 500000 leads, but requires automatically dial all the leads which city field contains %OGOT% at first, then dial the leads which city field contains %EDELL%, and finally dial the leads which city field contains %EREIR%.
For example:
city LIKE "%OGOT%"
city LIKE "%EDELL%"
city LIKE "%EREIR%"
How do I to build a Lead Filter with two or more queries and do that these run sequentially one after other in the same filter?
Thanks in advance.
I have a GoAutoDial 3.3 deployed as following:
1- Dialer server with Intel(R) Xeon(R) CPU E3-1230 V2 @ 3.30GHz x 8, 8 GB of RAM, 300 GB of HDD. GoAutoDial for 64 bits system installed from DVD.
2- Data Base server with Intel(R) Xeon(R) CPU E5-2620 v2 @ 2.10GHz x 12, 24 GB of RAM, 300 GB of HDD. GoAutoDial for 64 bits system installed from DVD.
This is my question:
I need to know how do i to build a Filter SQL with two or more queries and do that these run sequentially one after other in the same filter.
For better explanation I describe for you the problem:
An enterprise needs to call from a list with 500000 leads, but requires automatically dial all the leads which city field contains %OGOT% at first, then dial the leads which city field contains %EDELL%, and finally dial the leads which city field contains %EREIR%.
For example:
city LIKE "%OGOT%"
city LIKE "%EDELL%"
city LIKE "%EREIR%"
How do I to build a Lead Filter with two or more queries and do that these run sequentially one after other in the same filter?
Thanks in advance.