PostgreSQL Tutorial: REPEAT Function
Summary: in this tutorial, you will learn how to use the PostgreSQL REPEAT()
function to repeat a string a specified number of times.
Summary: in this tutorial, you will learn how to use the PostgreSQL REPEAT()
function to repeat a string a specified number of times.
Summary: in this tutorial, you will learn how to use the PostgreSQL REVERSE()
function to reverse the characters within a string.
Summary: This tutorial introduces you to the PostgreSQL functions and shows you how to use them effectively.
Summary: The PostgreSQL CLOCK_TIMESTAMP()
function returns the current date and time with time zone, which is the time when the function executes.
Summary: The PostgreSQL STATEMENT_TIMESTAMP()
function returns the current date and time with time zone, which is the time when the current statement starts.
Summary: The PostgreSQL TRANSLATE()
function performs several single-character, one-to-one translation in one operation.
Summary: In this tutorial, you will learn how to use the PostgreSQL AGE()
function to calculate ages.
Summary: The PostgreSQL ASCII()
function returns an ASCII code value of a character. In the case of UTF-8, the ASCII()
function returns the Unicode code point of the character.
Summary: The PostgreSQL CHR()
function converts an integer ASCII code to a character or a Unicode code point to a UTF8 character.
Summary: The PostgreSQL CURRENT_DATE
function returns the current date.
Copyright (c) 2017 - 2025, Redrock Data Services, Inc. All rights reserved.