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)')
link|improve this question

71% accept rate
feedback

1 Answer

up vote 0 down vote accepted

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.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.