![]() |
![]() |
A newbie question and I’m not sure this is appropriate for this list. I inherited a site that is using minivend. This code is on one of the pages and works fine. The problem is I don’t want to output all the ST items, I want only the ST items where type = AF I’m just not sure how I do that in the following: <!-- START_IMPORT --> <! load "/home/msql/libs/collective.lib"; OutputAllItems("ST"); > <!-- END_IMPORT -->
I want something that says: SELECT ST FROM COLLECTIVE.lib WHERE TYPE=’AF’ I just don’t know how to format it in the above code. Diane |