MySQL Forums
Forum List  »  Newbie

How to create a token
Posted by: John Doe
Date: February 08, 2015 11:23AM

Hello,

I use 'INSERT IGNORE INTO' to create an account within my table. One variable is a token. Very important is - of course - that the token should be unique. But if the token already exists it should create the token-string as often as it takes for it to be unique. And then insert the data into the table.

Is there a query-command which could be helpful for my purpose.

I am thankful for every hint, link or even ready written script ;-)

Sebastian

Options: ReplyQuote


Subject
Written By
Posted
How to create a token
February 08, 2015 11:23AM
February 08, 2015 03:00PM
February 08, 2015 03:37PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.