I am having a really hard time writing a SELECT query to get a hold of the data in the following table…
Here is a picture of the table…
http://i44.tinypic.com/29dxx81.png
I am trying to display the names of the parts (pname) for all item parts that have a quantity larger than 10… However, the quantity seems to appear only when the submenu is expanded, and I am having trouble SELECT’ing it…
Thanks
Have you tried:
EDIT: