In YSQL you can query the system table INFORMATION_SCHEMA.COLUMNS to list details about each of the columns in table. Example: yugabyte=# CREATE […]
Read MoreIn YSQL you can query the system table INFORMATION_SCHEMA.COLUMNS to list details about each of the columns in table. Example: yugabyte=# CREATE […]
Read MoreIn YugabyteDB YCQL, the SELECT statement must have a FROM clause. However, some queries don’t require any table. Example: ycqlsh> SELECT currenttimestamp(); […]
Read MoreBy default, YugabyteDB presplits a table in ysql_num_shards_per_tserver * num_of_tserver shards. We can display the number of tablets for a table using the […]
Read MoreHaving its roots in the Cassandra Query Language (CQL), the Yugabyte Cloud Query Language (YCQL) is a semi-relational SQL API that is […]
Read MoreThe version() built-in function returns both the supported PostgreSQL version and the version of YugabyteDB. If you are just interested in the […]
Read More