Answer the question
In order to leave comments, you need to log in
What is the fastest way to add products to the database?
Hello everyone, there is a table of goods (a lot of goods) of an online store of building materials, table columns - 1) category 2) size 3) quantity in a box 4) price,
what is the fastest way to add this data or will you have to handle everything as in the example below?
insert into products (category, size, quantityPerbox, price) VALUES ("Люк", "15x15", "108", 181.74945)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question