See the fileNAME ALTER_TABLE - change the definition of a table SYNOPSIS ALTER TABLE [ IF EXISTS ] [ ONLY ... name [ * ] action [, ... ] ALTER TABLE [ IF EXISTS ] [ ONLY ] name [ * ] RENAME [ …NAME CREATE_TABLE - define a new table SYNOPSIS CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE ... EXISTS ] table_name ( [ { column_name data_type [ STORAGE { …test 10.0.0.1 foo 00:02 INSERT INTO table ( (This sample is truncated at the right ... Health Dashboard This mode displays a single table with one row per monitored serverbetween .TS and .TE are interpreted as table descriptions. While GNU tbl 's input syntax ... input stream. Overview tbl expects to find table descriptions between input lines that …between .TS and .TE are interpreted as table descriptions. While GNU tbl 's input syntax ... input stream. Overview tbl expects to find table descriptions between input lines that …header, followed by a program header table or a section header table, or both ... zero of the file. The program header table and the section header table's offsetNAME ALTER_FOREIGN_TABLE - change the definition of a foreign table SYNOPSIS ALTER FOREIGN TABLE ... EXISTS ] [ ONLY ] name [ * ] action [, ... ] ALTER FOREIGN TABLE [ IF EXISTS ] …data, not the schema (data definitions). Table data, large objects, and sequence values are dumped ... default behavior except when --schema , --table , or --schema-only is specifi…NAME SELECT, TABLE, WITH - retrieve rows from a table or view SYNOPSIS [ WITH [ RECURSIVE ] with ... from_item can be one of: [ ONLY ] table_name [ * ] [ [ AS ] alias [ ( column_al…NAME CREATE_FOREIGN_TABLE - define a new foreign table SYNOPSIS CREATE FOREIGN TABLE ... EXISTS ] table_name ( [ { column_name data_type [ OPTIONS ( option ' value ' [, ... ] ) ] […NAME CREATE_TABLE_AS - define a new table from the results of a query SYNOPSIS ... CREATE [ [ GLOBAL | LOCAL ] { TEMPORARY | TEMP } | UNLOGGED ] TABLE [ IF NOT EXISTS ] table_name …insert, update, or delete rows of a table SYNOPSIS [ WITH with_query [, ...] ] MERGE INTO [ ONLY ... target_table_name [ * ] [ [ AS ] target_alias ] USING data_source ON join_condi…typically contains SQL statements to create the table, populate it, or both. However, mariadb-dump ... same as specifying --add-drop-table , --add-locks , --create-options , --disa…typically contains SQL statements to create the table, populate it, or both. However, mariadb-dump ... same as specifying --add-drop-table , --add-locks , --create-options , --disa…CONCURRENTLY ] [ [ IF NOT EXISTS ] name ] ON [ ONLY ] table_name [ USING method ] ( { column_name | ( expression ) } [ COLLATE ... specified relation, which can be a table or a mat…with the -x, --fillrows option. create a table Determine the number of columns the input ... contains and create a table. This mode is enabled with the -t, --table option. OutputNAME ip-route - routing table management SYNOPSIS ip [ ip-OPTIONS ] route { COMMAND | help } ip route ... SELECTOR := [ root PREFIX ] [ match PREFIX ] [ exact PREFIX ] [ table TABL…REINDEX - rebuild indexes SYNOPSIS REINDEX [ ( option [, ...] ) ] { INDEX | TABLE | SCHEMA } [ CONCURRENTLY ] name REINDEX [ ( option [, ...] ) ] { DATABASE | SYSTEM ... data store…NAME UPDATE - update rows of a table SYNOPSIS [ WITH [ RECURSIVE ] with_query [, ...] ] UPDATE [ ONLY ] table ... There are two ways to modify a table using information contained i…