Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
38.9K+ articles
DSA
22.5K+ articles
Python
20.5K+ articles
Experiences
16.6K+ articles
Databases
2.2K+ articles
PostgreSQL
394+ articles
ASCII
150+ articles
PostgreSQL-String-function
16+ articles
PostgreSQL-Window-function
11+ articles
PostgreSQL-Date-function
7+ articles
PostgreSQL-function
47 posts
Recent Articles
Popular Articles
PostgreSQL - Function Parameter Modes
Last Updated: 13 August 2024
PostgreSQL provides powerful features that allow developers to pass data between a calling program and a procedure or function. This is achieved through the use of paramet...
read more
Technical Scripter
Picked
PostgreSQL
PostgreSQL-function
Technical Scripter 2020
PostgreSQL - AGE Function
Last Updated: 01 August 2024
In PostgreSQL, the AGE() function is a powerful tool for calculating the difference between two TIMESTAMP values. This function is especially useful for determining the ag...
read more
PostgreSQL
PostgreSQL-function
PostgreSQL-Date-function
PostgreSQL DATE_PART Function
Last Updated: 08 November 2024
Handling dates and times efficiently is essential for data-driven applications, and PostgreSQL provides powerful built-in functions for managing and manipulating time-base...
read more
PostgreSQL
PostgreSQL-function
PostgreSQL-Date-function
Databases
PostgreSQL - CURRENT_DATE Function
Last Updated: 17 July 2024
The PostgreSQL CURRENT_DATE function is used to retrieve the current date. It’s a simple and effective way to ensure your database operations are using the correct date, p...
read more
PostgreSQL
PostgreSQL-function
PostgreSQL-Date-function
PostgreSQL - EXTRACT Function
Last Updated: 01 August 2024
In PostgreSQL, the EXTRACT() function is a powerful tool used to retrieve specific components of a date or time value. Whether you need to query for a particular year, mon...
read more
PostgreSQL
PostgreSQL-function
PostgreSQL-Date-function
PostgreSQL - DATE_TRUNC Function
Last Updated: 21 October 2024
The PostgreSQL DATE_TRUNC() function is a powerful tool that helps us truncate a timestamp or interval to a specified level of precision. It is particularly useful when de...
read more
PostgreSQL
PostgreSQL-function
PostgreSQL-Date-function
Databases
PostgreSQL - CURRENT_TIMESTAMP Function
Last Updated: 20 August 2024
PostgreSQL provides the 'CURRENT_TIMESTAMP() function, which returns the current date and time, along with the time zone, at the precise moment the transaction begins. Thi...
read more
PostgreSQL
PostgreSQL-function
PostgreSQL-Date-function
PostgreSQL - CURRENT_TIME Function
Last Updated: 17 July 2024
The PostgreSQL CURRENT_TIME function returns the current time and the current time zone. This function is handy when you need to work with time-sensitive data in your data...
read more
PostgreSQL
PostgreSQL-function
PostgreSQL-Date-function
PostgreSQL - Substring Function
Last Updated: 13 November 2024
PostgreSQLis a powerful relational database management system with extensive text processing functions, including the flexibleSUBSTRINGfunction. This function enables user...
read more
PostgreSQL
PostgreSQL-function
PostgreSQL-String-function
Databases
PostgreSQL - SPLIT_PART Function
Last Updated: 08 November 2024
The PostgreSQL SPLIT_PART() function is a powerful tool for splitting strings based on a specific delimiter, returning a specified part of the string. This function is par...
read more
PostgreSQL
PostgreSQL-function
PostgreSQL-String-function
Databases
PostgreSQL - RIGHT Function
Last Updated: 26 July 2024
The PostgreSQL RIGHT() function, allows you to extract a specified number of characters from the right side of a string. This function can be incredibly useful for various...
read more
PostgreSQL
PostgreSQL-function
PostgreSQL-String-function
PostgreSQL - REPLACE() Function
Last Updated: 14 October 2024
PostgreSQL REPLACE() function is a powerful tool for efficient string manipulation within our database. By utilizing the REPLACE() syntax in PostgreSQL, we can easily repl...
read more
PostgreSQL
PostgreSQL-function
PostgreSQL-String-function
Databases
PostgreSQL - REGEXP_MATCHES Function
Last Updated: 19 November 2024
The PostgreSQL REGEXP_MATCHES() function is a powerful tool for matching POSIX regular expressions against a string. It returns substrings that satisfy the pattern, making...
read more
PostgreSQL
PostgreSQL-function
PostgreSQL-String-function
Databases
PostgreSQL - POSITION Function
Last Updated: 18 July 2024
The PostgreSQL POSITION() function is used to find the location of a substring within a string. This function is particularly useful for text manipulation and searching op...
read more
PostgreSQL
PostgreSQL-function
PostgreSQL-String-function
PostgreSQL - TRIM Function
Last Updated: 11 November 2024
The TRIM() function in PostgreSQL is an essential tool for removing unwanted characters from strings. Whether we're working with user inputs, formatting text, or performin...
read more
PostgreSQL
PostgreSQL-function
PostgreSQL-String-function
Databases
1
2
3
4
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !