PostgreSQL Tutorial: REVOKE
Summary: In this tutorial, you will learn about the PostgreSQL REVOKE
statement to remove privileges from a role.
Summary: In this tutorial, you will learn about the PostgreSQL REVOKE
statement to remove privileges from a role.
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.
Summary: The PostgreSQL CURRENT_TIME
function returns the current time with time zone.
Summary: The PostgreSQL EXTRACT()
function retrieves a field such as a year, month, and day from a date/time value.
Summary: The PostgreSQL LEFT()
function returns the first n
characters in the string.
Summary: The PostgreSQL LOCALTIME
function returns the current time at which the current transaction starts.
Copyright (c) 2017 - 2025, Redrock Data Services, Inc. All rights reserved.