From 02a879f4391dbb7ade0e0705f0955bc64f58153c Mon Sep 17 00:00:00 2001 From: Sang Putu Sandhyana Yogi <79888425+youronlydimwit@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:40:22 +0700 Subject: [PATCH] Update and rename SQL/Data Insertion - Luxtoys.sql to SQL/Luxtoys/Data Insertion - Luxtoys.sql --- SQL/{ => Luxtoys}/Data Insertion - Luxtoys.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename SQL/{ => Luxtoys}/Data Insertion - Luxtoys.sql (99%) diff --git a/SQL/Data Insertion - Luxtoys.sql b/SQL/Luxtoys/Data Insertion - Luxtoys.sql similarity index 99% rename from SQL/Data Insertion - Luxtoys.sql rename to SQL/Luxtoys/Data Insertion - Luxtoys.sql index 874c884..7f6b1fc 100644 --- a/SQL/Data Insertion - Luxtoys.sql +++ b/SQL/Luxtoys/Data Insertion - Luxtoys.sql @@ -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); \ No newline at end of file +INSERT INTO transactDetail (trID, prodID, qty, is_campaign, disc_detail, gross_detail, nett_detail) VALUES ('JK66WC43MS', 'LT00000030', 1, 0, 0, 975000, 975000);