In YSQL the column constraint GENERATED ALWAYS AS IDENTITY allows you to automatically assign a unique number to a column. Example: yugabyte=# […]
Read MoreIn YSQL the column constraint GENERATED ALWAYS AS IDENTITY allows you to automatically assign a unique number to a column. Example: yugabyte=# […]
Read MoreYSQL supports the JSON and JSONB data types which both can store JSON (JavaScript Object Notation) data. JSON stores an exact copy […]
Read MoreWe learned in several earlier tips how to display the version of YugabyteDB. Example: Display YugabyteDB Version For fun, here are few […]
Read MoreThe YugabyteDB SQL shell ysqlsh provides a CLI for interacting with YugabyteDB using YSQL. There is not a flag available on the command […]
Read MoreThe YugabyteDB SQL shell ysqlsh provides a CLI for interacting with YugabyteDB using YSQL. There is not a flag available on the command […]
Read More