Colocated tables Beta 1. Create a universe 2. Create a colocated database 3. Create tables 4. Opt out table from colocation 5. Reading and writing data in colocated tables Wha...
ABORT Synopsis Syntax abort Semantics abort ABORT [ TRANSACTION | WORK ] WORK TRANSACTION Examples See also ABORT Synopsis Use the ABORT statement to roll back the...
Metabase 1. Start local cluster 2. Load data Download the sample schema Download the sample data Connect to YugabyteDB using ysqlsh Create a database Create schema and load da...
nextval() Synopsis Semantics _sequencename Examples Create a simple sequence that increments by 1 every time nextval() is called nextval nextval Create a sequence ...
Connect to clusters Beta Connect using the YSQL shell (ysqlsh) Connect using the YCQL shell (cqlsh) Connect using third party clients Connect to clusters Beta You can connec...
Build a C application Prerequisites Install the C driver (libpq) Working example Sample C code Run the application Build a C application YSQL Prerequisites The tutori...