Hi Tony,
Thanks for your reply.
That's done the trick, just need to loop it now.
Have never used a SUBSTRING_INDEX before (yes, i really am that new lol)
Thanks again, much appreciated.
Matt
Hi YoungManRiver,
I have 2 possible solutions for you, but i'm sure others will post better ones (i'm still fairly new to MySQL myself)
However 2 ways are this:
CREATE TABLE new_table AS
SELECT * FROM existing_table
ORDER BY primary_key;
This will re-create a new table which contains all of...
Hi,
First time posting, but i have found this forum really useful in the past.
The issue i have is that i need to be able to take information from a single field and split it into many fields within another table.
I'm developing new processes for an all ready exisiting system which has it's own...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.