0

Here my table :

img_id | tag_id
   1        2
   1        2
   1        4
   3        4
   3        5

and i want to :

img_id | tag_id
   1        2
   1        4
   3        4
   3        5

Please help me ! Tks

2
  • Take a look at the answers here: stackoverflow.com/questions/6583916/… Commented Sep 5, 2020 at 19:02
  • Try not to create it in the first place, which is much easier. Commented Sep 5, 2020 at 19:03

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.