YugabyteDB Tips
  • Home
  • About
  • Featured Videos

Category: SQL Functions

YugabyteDB Tips > SQL Functions

DISPLAY YUGABYTEDB VERSION (WITH YB_VERSION)

Jim KnicelyJune 8, 2022

The version() built-in function returns both the supported PostgreSQL version and the version of YugabyteDB. If you are just interested in the […]

Read More

Limit Column to a Single NULL Value

Jim KnicelyJune 3, 2022

A unique index disallows duplicate values from being inserted into the indexed columns. But this does not apply to NULL values. Here […]

Read More

CLOSE ALL USER SESSIONS

Jim KnicelyJune 2, 2022

You might need to close all user sessions connected to a YugabyteDB database if, for example,  there is severe resource contention or […]

Read More

Add a Record to the Begining of an Array in a JSONB Column

Jim KnicelyApril 20, 2022

YSQL supports the JSONB data type which stores a parsed representation of a JavaScript Object Notation (JSON) document hierarchy of subvalues in an appropriate internal format. […]

Read More

Append a Record to an Array in a JSONB Column

Jim KnicelyApril 19, 2022

YSQL supports the JSONB data type which stores a parsed representation of a JavaScript Object Notation (JSON) document hierarchy of subvalues in an appropriate internal […]

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