20000|30000 (OR) => both would be printed
20000&30000 (AND) => no one should be printed (this condition evaluates to an empty set)
20000..30000 (interval) => all customers from 20000 to 30000 would be printed
2*|4* => all customers starting with 2 or 4 would be printed
20000|30000 (OR) => both would be printed
20000&30000 (AND) => no one should be printed (this condition evaluates to an empty set)
20000..30000 (interval) => all customers from 20000 to 30000 would be printed
2*|4* => all customers starting with 2 or 4 would be printed
Answers
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
20000&30000 (AND) => no one should be printed (this condition evaluates to an empty set)
20000..30000 (interval) => all customers from 20000 to 30000 would be printed
2*|4* => all customers starting with 2 or 4 would be printed
xStepa