So I have the code for generating the kind of passwords I want which is
SELECT SUBSTRING(MD5(RAND()) FROM 1 FOR 6) AS Paswoord
How do I make this work for all the 60 rows I already have at once.
I think it might be with Inner Join etc. I have tried some stuff but the all fail.
Thanks for reading.
Try this please: sorry made a typo – anyway the above two answers are there to help you 🙂