X
X
xlo2402020-08-28 22:25:12
SQL
xlo240, 2020-08-28 22:25:12

How to write a SQL query to copy from one cell to another?

Tell me what query to write to copy data from one cell to another for all records in one table?
for example, in the joomlajshopping_products table,
from the manufacturer_code column, copy all records to the product_ean column

Answer the question

In order to leave comments, you need to log in

1 answer(s)
N
N, 2020-08-28
@xlo240

UPDATE `joomlajshopping_products` SET `product_ean` = `manufacturer_code`

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question