Files

7 lines
130 B
MySQL
Raw Permalink Normal View History

2026-01-23 17:03:45 +08:00
-- Jan. 2009, M. Spiekermann
--
create table lineitem2 as select * from lineitem;
insert into lineitem2 select * from lineitem;