copy from one table field to another table field in phpmyadmin? -



copy from one table field to another table field in phpmyadmin? -

with phpmyadmin how can re-create text field called products_folder located in table called description field called products_us located in table called products_description?

try this:

insert `products_description ` (`products_us `) select `products_folder ` `description `

phpmyadmin copy

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

r - url in CRAN extension manual -

asp.net - .NET Control.ID property inconsistency -