My Snippets
Search Engine
Light Mode
random id listing
unknown
pgsql
8 days ago
101 B
3
Indexable
Never
UPDATE projects SET id_listing = FLOOR(1000000000 + RANDOM() * 9000000000) WHERE id_listing IS NULL;
Leave a Comment