adspace
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