PostgreSQL Tutorial: TRIM Function
Summary: In this tutorial, you will learn how to use PostgreSQL TRIM()
function to remove the longest string that contains spaces or a particular character from a string.
Summary: In this tutorial, you will learn how to use PostgreSQL TRIM()
function to remove the longest string that contains spaces or a particular character from a string.
Summary: in this tutorial, you will learn about PostgreSQL UNIQUE
constraint to make sure that values stored in a column or a group of columns are unique across rows in a table.
Summary: in this tutorial, you will learn how to use the PostgreSQL UPDATE
statement to update existing data in a table.
Summary: in this tutorial, you will learn how to use the PostgreSQL UPDATE
join syntax to update data in a table based on values in another table.
Summary: in this tutorial, you will learn how to use PostgreSQL upsert feature to insert or update data if the row that is being inserted already exists in the table.
Summary: in this tutorial, you will learn how to use PostgreSQL WHERE
clause to filter rows returned by a SELECT
statement.
Summary: in this tutorial, you will learn how to call PostgreSQL stored functions using JDBC.
Summary: in this tutorial, you will learn how to delete data from a table in the PostgreSQL database using JDBC.
Summary: in this tutorial, you will learn how to insert data into a table in the PostgreSQL database using JDBC API.
We will use the actor
table in the sample database for the demonstration.
Summary: in this tutorial, you will learn about the JDBC PostgreSQL transaction using JDBC transaction API.
Copyright (c) 2017 - 2025, Redrock Data Services, Inc. All rights reserved.