greetings
first of all if i psoted this to wrong category (Daatbase) , feel free to move this to other category .
Im creating my stored function and cant found any "google" that point me to right directions
anyway. what im trying to achieve is to create a random key using stored function.
and that random key does not exist in the table
so basically here how the stored function will work
loop:
create random key: ??????
create cursor : select id from table where keygenerated = randomkey
conditions
if randomkey == cursor then loop:
else
return randomkey
so in the end
this will provide me
url/findings?uniquekey=randomgeneratedsequence