The standard syntax for specifying string literals can be difficult to understand. To allow more readable queries in such situations, YugabyteDB’s YSQL […]
Read MoreThe standard syntax for specifying string literals can be difficult to understand. To allow more readable queries in such situations, YugabyteDB’s YSQL […]
Read MoreIn YugabyteDB’s YSQL API, the interval data type is used to store and manipulate a time period. Examples: yugabyte=# SELECT ‘1 Minute […]
Read MoreWhen you connect to YugabyteDB using the ysqlsh client, you typically provide a host name using the -h switch. Later you may […]
Read MoreJust as a single Postgres server process can manage multiple databases at the same time, Yugabyte allows you to create and manage […]
Read MoreA database superuser bypasses all permission checks, except the right to log in. This is a dangerous privilege and should not be […]
Read More