hello
in tsql I use operators like:
"where fieldname in (2,5)"
in this case I only get 2 and 5
or
"where fieldname <> (2,5)"
in this case I only gets the value not equel to 2 and 5.
How works this in Crystal? Now I need to repeat the where clausule, like:
"where fieldname 2 or where fieldname = 5".
This can be easier, isn't it?
Dan
in tsql I use operators like:
"where fieldname in (2,5)"
in this case I only get 2 and 5
or
"where fieldname <> (2,5)"
in this case I only gets the value not equel to 2 and 5.
How works this in Crystal? Now I need to repeat the where clausule, like:
"where fieldname 2 or where fieldname = 5".
This can be easier, isn't it?
Dan