InterviewSolution
Saved Bookmarks
| 1. |
What is purpose of overlay function in PostgreSQL? |
|
Answer» In PostgreSQL, the Overlay function allows users to replace a SUBSTRING, which is starting at a specific position and having a specified length. Here is the syntax for the Overlay Function: Exampleoverlay(<main_string> placing <replaced_string> <br> To find the cube root of ant given NUMBER in PostgreSQL, you can USE the CBRT() function. Example |
|