How to print Mysql query in codeigniter

 We can print the last executed query in a view file of codeigniter.

echo $this->db->last_query();