Dear Friends,<br><br>I have created an SQL query to create a collection list for our library.<br>This report will display the details like Call Number, author, title etc.<br>I could not include the element for subject or keyword.<br>
Here, I am using 650-a field for keyword in cataloguing.<br>I could not found the details of  table and field of &quot;keyword&quot; (650-a Topical term) in Koha.<br><br>Can you help me to complete this SQL query for this report?<br>
<br>SELECT  items.itemcallnumber,biblio.author,biblio.title,biblio.copyrightdate,biblioitems.publishercode,biblioitems.place FROM items LEFT JOIN biblioitems on (items.biblioitemnumber=biblioitems.biblioitemnumber) LEFT JOIN biblio on (biblioitems.biblionumber=biblio.biblionumber)  ORDER BY items.itemcallnumber asc<br>
<br>Regards,<br clear="all"><br>-- <br>Vimal Kumar V.<br>Asst. Librarian<br>Asian School of Business<br>Technopark, Trivandrum-695 581<br>Web: <a href="http://www.vimalkumar.co.nr">www.vimalkumar.co.nr</a><br>Blog: <a href="http://vimalkumar.oksociety.in">http://vimalkumar.oksociety.in</a><br>
<br>OK Society Volunteer. <a href="http://oksociety.in">http://oksociety.in</a><br>---------------------------------------------------------------------------<br>&quot;I forget what I was taught. I only remember what I have learnt&quot;<br>
-Patrick White<br>