mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-05-10 02:01:04 +03:00
4 lines
52 B
SQL
4 lines
52 B
SQL
UPDATE supplier
|
|
SET name = 1 + 1
|
|
WHERE C2 = 'IBM';
|