On Wed, Mar 30, 2011 at 22:25, Paul Go <[email protected]> wrote: > We're having issues with an ever-expanding subject listing. What table do > the subject headings live in?
If I understand correctly what you're asking, this should get you started: SELECT * FROM metadatavalue WHERE metadata_field_id >= 57 AND metadata_field_id <= 63 LIMIT 30 Regards, ~~helix84 ------------------------------------------------------------------------------ Create and publish websites with WebMatrix Use the most popular FREE web apps or write code yourself; WebMatrix provides all the features you need to develop and publish your website. http://p.sf.net/sfu/ms-webmatrix-sf _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

