The Postgres extension hstore implements a new data type (HSTORE) for storing key-value pairs in a single value. The hstore data type […]
Read MoreThe Postgres extension hstore implements a new data type (HSTORE) for storing key-value pairs in a single value. The hstore data type […]
Read MoreIf you have some data sitting in an external file and would like to use it in your database queries, you can […]
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 More