I recommend TCPDF. http://www.tecnick.com/public/code/cp%5Fdpage.php?aiocp%5Fdp=tcpdf
It is a library that converts html to pdf, so you would run your db query in php and output the results in html. You can reference the php file that generates the html with the a tcpdf function$pdf->LoadData()..
See examples here: http://www.tecnick.com/public/code/cp%5Fdpage.php?aiocp%5Fdp=tcpdf%5Fexamples
/////////////////////
You can also use the DOMPDF: http://www.digitaljunkies.ca/dompdf/ It is a little more recent than tcpdf and a little easier to use
