YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Category: ysql

YugabyteDB Tips > ysql

Show Number of Rows Affected by an INSERT, UPDATE or DELETE

Jim KnicelyApril 19, 2024

When you run a DML statement like an INSERT, UPDATE or DELETE, some number of rows are affected. Databases have various ways […]

Read More

Lists Functions Created by an Extension

Jim KnicelyApril 7, 2024

We learned in a previous tip that we can ENABLE ORACLE’S COMPATIBILITY FUNCTIONS AND PACKAGES IN YSQL. That’s awesome! But what are […]

Read More

Which Character Data Types in YSQL Preserve Preceding or Trailing Spaces?

Jim KnicelyMarch 27, 2024

The following character data types are supported in YugabyteDB YSQL: varchar(n): variable-length string char(n): fixed-length, blank padded text, varchar: variable unlimited length While […]

Read More

Create a Read Only User

Jim KnicelyMarch 4, 2024

Postgres 14 introduced a set of predefined roles that provide access to certain, commonly needed, privileged capabilities and information. One of those […]

Read More

Show the Number of YSQL Connections per Node via the Command Line

Jim KnicelyFebruary 26, 2024

We learned in the tip LIST THE SERVERS IN YOUR CLUSTER that in YSQL we can list the nodes (hosts) in our […]

Read More

Posts navigation

Older posts
Newer posts

NOTICE

This site is not affiliated, endorsed or associated with YugabyteDB. This site makes no claims on ownership of trademark rights. The author contributions on this site are licensed under CC BY-SA 3.0 with attribution required.

Find Us

Address
Here!

Hours
24×7

Recommended YugabyteDB Links

  • Home
  • Key Concepts
  • Docs
  • Blog
  • Forum
  • Content Library
  • Support



YugabyteDB Tips

Copyright 2025 - Knicely/Li