0
I have the following query:
INSERT INTO tags group_tags, title, active
SELECT group_tags, title, active FROM tags WHERE group_tags = 2;
First
How to run this query for each table record that contains group_tags = 2
?
According to
For each new record, how to set the value of group_tags
for 1
?
Thank you for the reply, it worked perfectly.
– Victor Carnaval