Re: Lexical question...

Поиск
Список
Период
Сортировка
От Net Virtual Mailing Lists
Тема Re: Lexical question...
Дата
Msg-id 20041123104727.26882@mail.net-virtual.com
обсуждение исходный текст
Ответ на Lexical question...  ("Net Virtual Mailing Lists" <mailinglists@net-virtual.com>)
Список pgsql-general
Err, I just read my latest digest and saw the solution:

update datafrenzy.jobdata set entered_dt= now() - CAST(round(random()*45)
|| ' days' AS interval);


- Greg

>Hello,
>
>I have a table with a timestamp column and I want to set this to a value
>of now() - a random number of days between 0 and 45 for each row... I've
>tried to do this a bunch of different ways and can't figure it out...
>Here is my latest version:
>
>
>update sometable set entered_dt = now() - interval round(random()*45)||'
>days';
>
>
>Any ideas on the proper way to accomplish this?
>
>Thanks!
>
>- Greg
>



В списке pgsql-general по дате отправления:

Предыдущее
От: "Net Virtual Mailing Lists"
Дата:
Сообщение: Re: null value of type java.sql.Time
Следующее
От: Richard Huxton
Дата:
Сообщение: Re: Bug in queries ??