I'm used to Visual FoxPro (VFP) coding and am just learning SQL. In VFP, I can say: SELECT name FROM table1 WHERE city = "Chicago" AND (street = "Elm" OR street = "Maple") with the parentheses in those positions. How would I combine this statement in SQL? - Thanks.
Jim Fuchs, Davenport, IA