Hi there! I have a MySQL DB about jewelry in Magento, I uploaded it with "short_description" field empty on purpose, but then the "add to basket button" is not shown in particular products. I would like to know a SQL query to copy "description" content to "short_description" per each product, Thanks in advance!! Ann Lee
Here is example email is column. INSERT INTO table2 (email) SELECT email FROM table1 WHERE name=’ekram’;
Since the OP has mentioned that it is in Magento, the queries get a little more complicated. You may need to reword the question since I think magento follows a EV structure and so the values wouldn't actually be columns in the same table. Please PM me for a more accurate answer since that would require some knowledge of the exact data.