SAP Bikes Sales Sample Data
Bikes Sales sample content from SAP ERP and cloud
@kaggle.yasinnaal_bikes_sales_sample_data
Bikes Sales sample content from SAP ERP and cloud
@kaggle.yasinnaal_bikes_sales_sample_data
CREATE TABLE salesorderitems (
"salesorderid" BIGINT,
"salesorderitem" BIGINT,
"productid" VARCHAR,
"noteid" VARCHAR,
"currency" VARCHAR,
"grossamount" BIGINT,
"netamount" DOUBLE,
"taxamount" DOUBLE,
"itematpstatus" VARCHAR,
"opitempos" VARCHAR,
"quantity" BIGINT,
"quantityunit" VARCHAR,
"deliverydate" BIGINT
);
Anyone who has the link will be able to view this.