I have the following piece of code which i taken from model,
... $select = $this->_db->select() ->from($th
Use this:-
echo $select->query();
or
Zend_Debug::dump($select->query();