PostgreSQL Tutorial: TO_DATE Function: Convert String to Date
Summary: This tutorial introduces you to the PostgreSQL TO_DATE()
function that helps you convert a string to a date.
Summary: This tutorial introduces you to the PostgreSQL TO_DATE()
function that helps you convert a string to a date.
Summary: The PostgreSQL TO_NUMBER()
function converts a character string to a numeric value.
Summary: In this tutorial, you will learn how to use the PostgreSQL TO_TIMESTAMP()
function to convert a string to a timestamp based on a specified format.
Summary: The PostgreSQL CURRENT_TIMESTAMP()
function returns the current date and time with time zone, which is the time when the transaction starts.
Summary: In this tutorial, we will introduce you to the PostgreSQL DATE_PART()
function that allows you to retrieve subfields e.g., year, month, week from a date or time value.
Summary: This tutorial shows you how to use the PostgreSQL date_trunc()
function to truncate a timestamp or interval to a specified level of precision.
Summary: PostgreSQL FORMAT()
function formats arguments based on a format string.
Summary: This tutorial shows you how to use the PostgreSQL NOW() function to get the date and time with time zone.
Summary: The PostgreSQL REGEXP_MATCHES()
function matches a regular expression against a string and returns matched substrings.
Summary: In this tutorial, you will learn how to use the PostgreSQL REGEXP_REPLACE()
function to replace strings that match a regular expression.
Copyright (c) 2017 - 2025, Redrock Data Services, Inc. All rights reserved.