M
M
mrrangerr2020-06-18 23:08:13
MySQL
mrrangerr, 2020-06-18 23:08:13

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

1 answer(s)
G
galaxy, 2020-06-18
@mrrangerr

What is the task? So that mysql loads faster or that you have less work to do?
Upload from existing files / databases or through an application / site?
If from a file, then the easiest and fastest way is LOAD

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question