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 -

Hibernate criteria by a list of natural ids -

ios - Lagging ScrollView with UIWebview inside -