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
Post a Comment