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

Sass watch command compiles .scss files before full sftp upload -

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

How to read bytes line by line in Java using NIO or apache commons IO? Whichever is more efficent -