How to execute a function in postgresql?



How to execute a function in postgresql?..

Answer / 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

More Postgre Interview Questions

Explain about concurreny with the help of MVCC?

1 Answers  


What is function and stored procedure?

1 Answers  


How do I stop postgresql server?

1 Answers  


How to create table with timestamp in postgres?

1 Answers  


Explain about Multi version concurrency control?

1 Answers  


How to start postgresql server in windows 10?

1 Answers  


How to execute a function in postgresql?

1 Answers  


Do indexes speed up queries?

1 Answers  


What is pg_catalog?

1 Answers  


What is composite primary key?

1 Answers  


Explain about string constants?

1 Answers  


Is sql a postgresql?

1 Answers  


Categories