random id listing

 avatar
unknown
pgsql
10 months ago
101 B
8
Indexable
UPDATE projects
SET id_listing = FLOOR(1000000000 + RANDOM() * 9000000000)
WHERE id_listing IS NULL;
Editor is loading...
Leave a Comment