diff --git a/vldb-protocols.labnotes b/vldb-protocols.labnotes index 85ceba967d00c491b97427de336f853c24c2aa97..06fc21560fa8d3f193f85c3ea3236d89a6b7b069 100644 --- a/vldb-protocols.labnotes +++ b/vldb-protocols.labnotes @@ -224,7 +224,7 @@ l_orderkey INT NOT NULL, l_partkey INT NOT NULL, l_suppkey INT NOT NULL, l_linenumber INT NOT NULL, -l_quantity INTEGER NOT NULL, +l_quantity INT NOT NULL, l_extendedprice DECIMAL(15,2) NOT NULL, l_discount DECIMAL(15,2) NOT NULL, l_tax DECIMAL(15,2) NOT NULL,