how codeigniter call postgresql function -


postresql function

  select payroll.leave_sufix_prefix('234','2014-05-09') 

how call codeigniter model

$query = $this->db->query("select * my_function()"); 

Comments

Popular posts from this blog

java - Suppress Jboss version details from HTTP error response -

filehandler - java open files not cleaned, even when the process is killed -

gridview - Yii2 DataPorivider $totalSum for a column -