blob: 4732392854e9b4269f258d886f89d4442bc53b3a [file] [log] [blame]
create table partsupp (
ps_partkey long,
ps_suppkey long,
ps_availqty int,
ps_supplycost double,
ps_comment string
/* primary key (ps_partkey, ps_suppkey) */
)