Okay. I am trying to build a php mysql thing for a project.nnI have a database with a single table in it called “my_blocks” nThat table contains the following attributes:nitem_id (simple numeric, everything else is varchar)nwhere_is (is it in the toy box or out of the toybox? values are IN and OUT)ncolor (values are: blue red green yellow black white)nmaterial (wood plastic foam)nshape (triangle square rectangle circle)nnSo.. I need the query that will show me for instancenall of the black, red or white blocks that are triangular or square, and are in the toy box and made wood.nnCan somebody show me that query right there?
Source: http://answers.yahoo.com/question/index?qid=20100308183534AAy5a3n