You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-12-20 01:42:27 +03:00
5 lines
105 B
SQL
5 lines
105 B
SQL
update lineitem
|
|
set l_linestatus = 'X'
|
|
where l_shipdate >= '1992-02-01' and l_shipdate <= '1992-02-29';
|
|
|