I created randomly data in sql and i save RAND() number.
I am looking for same datas but i can't find again with RAND() number.
I have a like this code:
SELECT name
,surname
,RAND()
FROM customers
ORDER BY RAND()
RAND()=0,366577559363461
How to find same datas?
Aucun commentaire:
Enregistrer un commentaire