PerlElvir
Technical User
- Aug 23, 2005
- 68
Hi all, I dont know how to explain so I will make example what I need, so I hope...
I have in MySQL:
1.row Elvir(field1),Damir(field2),Smith(field3),Players(field4)
So now I want tu put in new insert like this:
1.row Elvir(field1)
2.row Damir(field1)
3.row Smith(field1),Players(field2)
SO I need that last field (Players) concat with field before it. I hope that you understud, because some time you'll have only one name or two...so I want to do same like:
1.row Elvir(field1),Damir(field2),Players(field4)
So now I want tu put in new insert like this:
1.row Elvir(field1)
2.row Damir(field1),Players(field2)
Well you never know how many names you have 1,2 or....but always in field4 = Players and I want that last name concat with field4 = Players
So...