I have the following piece of code which i taken from model,
... $select = $this->_db->select() ->from($th
even shorter:
echo $select->__toString()."\n";
and more shorter:
echo $select .""; die;