Question

how can i call my own function stored in postgres DB, while i am selecting data throught

Doctrine_Query::create()
->select('schema.my_function(id)')
Was it helpful?

Solution

This thread shows a couple options. If you just need to execute the function then Raw SQL should work. If you need to get results back then you may need another option.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top