Личный кабинет
Укажите e-mail, на который будет выслан код восстановления пароля.
На указанный вами адрес e-mail был выслан код подтверждения аккаунта. Введите полученный код для продолжения:
Введите новый пароль два раза:
Hi,i am trying to update a table with some random dates but that does not seem to work.UPDATE table SET last_update=now()::date-(SELECT (random() * 5)::INTEGER + 1)The updated field is always set to the same. Is there a way to make it random for every record?I could run it through a function but I wonder if there is s simpler way.
В списке pgsql-general по дате отправления: