adspace


How to execute a function in postgresql?

Answer Posted / Pramod Kumar Tiwari

To execute a function in PostgreSQL, you can use the CALL or SELECT command. Here's an example: `SELECT my_function();` or `CALL my_function();`.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the latest version of postgresql?

959