quote:
Originally posted by leito.gt
My question is can i group conditions using ()?
Yes. The example you posted should work fine, though I'd remove the quotes around "10" as it's an integer, not a string.
quote:
Is <= the way you write "smaller or equal to"?
Yes. Technically it's called "less than or equal to."