mirror of
https://github.com/youronlydimwit/Data_ScienceUse_Cases.git
synced 2025-12-23 02:30:57 +01:00
Update and rename SQL/Data Insertion - Luxtoys.sql to SQL/Luxtoys/Data Insertion - Luxtoys.sql
This commit is contained in:
committed by
GitHub
parent
bbfdf4aea7
commit
02a879f439
@@ -2940,4 +2940,4 @@ INSERT INTO transactDetail (trID, prodID, qty, is_campaign, disc_detail, gross_d
|
||||
INSERT INTO transactDetail (trID, prodID, qty, is_campaign, disc_detail, gross_detail, nett_detail) VALUES ('KH63OD21IE', 'LT00000030', 2, 0, 0, 1950000, 1950000);
|
||||
INSERT INTO transactDetail (trID, prodID, qty, is_campaign, disc_detail, gross_detail, nett_detail) VALUES ('ZN06RX28XU', 'LT00000012', 1, 0, 0, 750000, 750000);
|
||||
INSERT INTO transactDetail (trID, prodID, qty, is_campaign, disc_detail, gross_detail, nett_detail) VALUES ('DF21VH68VI', 'LT00000027', 2, 1, 0.05, 10800000, 10260000);
|
||||
INSERT INTO transactDetail (trID, prodID, qty, is_campaign, disc_detail, gross_detail, nett_detail) VALUES ('JK66WC43MS', 'LT00000030', 1, 0, 0, 975000, 975000);
|
||||
INSERT INTO transactDetail (trID, prodID, qty, is_campaign, disc_detail, gross_detail, nett_detail) VALUES ('JK66WC43MS', 'LT00000030', 1, 0, 0, 975000, 975000);
|
||||
Reference in New Issue
Block a user