Normally when comparing a NULL with a NULL for equality you’ll get a NULL result. But that can be overridden with the […]
Read MoreWhat Node am I Connected to?
A YugabyteDB universe is a group of nodes (VMs, physical machines, or containers) that collectively function as a resilient and scalable distributed […]
Read MoreMaximum Number of Columns per Table
As you may know, a database table in YugabyteDB is made up of columns and rows. There is no theoretical maximum number of […]
Read MoreAsk a Cow to Display Query Results in YSQL
I used to have fun with the amusing old Linux command Cowsay which inserts any input into a word bubble and draws an […]
Read MoreList the Servers in your Cluster
YugabyteDB is a distributed SQL database composed of one or more nodes. In YSQL you can list the nodes (hosts) in the […]
Read More