T
|
thesofa 11/5/2006 |
Hi, I have a table events with event 'id' staffid studentid topic eventdes yearlev what is the sql descriptor for between 0 and 6 as well as equal to? I have found < and also > as well as the equal but not between two values.
`event`.`yearlev` BETWEEN '1' AND '3'
|