mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-05-10 02:01:04 +03:00
5 lines
96 B
SQL
5 lines
96 B
SQL
INSERT INTO tpch.supplier
|
|
(supplier_id, supplier_name, balance)
|
|
VALUES
|
|
(24553, 'IBM', -100.00);
|