Is the "BETWEEN" clause inclusive or exclusive?  ie if I say "WHERE
latitude BETWEEN 45 and 55", will I get examples where the latitude equals
45 or not?  Also, is "latitude BETWEEN 45 and 55" any more efficient than
"latitude >= 45 AND latitude <= 55", or is it just a stylistic thing?

-- 
Paul Tomblin <[EMAIL PROTECTED]>, not speaking for anybody
There is no substitute for good manners, except, perhaps, fast reflexes.

---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to