PostgreSQL Tutorial: Letter Case Functions
Summary: In this tutorial we will show you how to use the LOWER
, UPPER
and INITCAP
functions to convert a string expression, values in a column, etc., to lowercase, uppercase, and proper case.
Summary: In this tutorial we will show you how to use the LOWER
, UPPER
and INITCAP
functions to convert a string expression, values in a column, etc., to lowercase, uppercase, and proper case.
Summary: in this tutorial, you will learn how to use the PostgreSQL LIKE
and ILIKE
operators to query data using pattern matchings.
Summary: in this tutorial, you will learn about PostgreSQL not-null constraint to ensure the values of a column are not null.
Summary: in this tutorial, you will learn how to sort the result set returned from the SELECT
statement by using the PostgreSQL ORDER BY clause.
Summary: The PostgreSQL POSITION()
function returns the location of a substring in a string.
Summary: in this tutorial, we will show you what the primary key is and how to manage PostgreSQL primary key constraints through SQL statements.
Summary: In this tutorial, we will introduce you to the PostgreSQL replace functions that search and replace a substring with a new substring in a string.
Summary: in this tutorial, you are going to learn how to use the basic PostgreSQL SELECT statement to query data from a table.
Summary: in this tutorial, you will learn how to use the PostgreSQL subquery that allows you to construct complex queries.
Summary: in this tutorial, you will learn how to handle PostgreSQL transactions using the BEGIN
, COMMIT
, and ROLLBACK
statements.
Copyright (c) 2017 - 2025, Redrock Data Services, Inc. All rights reserved.