Обсуждение: Duplicating A Row

Поиск
Список
Период
Сортировка

Duplicating A Row

От
"Jeff Flowers"
Дата:
Is there an easy way to duplicate a row within a table?

--
Jeff Flowers

Re: Duplicating A Row

От
Tom Lane
Дата:
"Jeff Flowers" <duckfoo@fastmail.fm> writes:
> Is there an easy way to duplicate a row within a table?

INSERT INTO foo SELECT * FROM foo WHERE some-conditions;

            regards, tom lane

Re: Duplicating A Row

От
Jeffrey Melloy
Дата:
Jeff Flowers wrote:

>Is there an easy way to duplicate a row within a table?
>
>
>
clueless users?

Jeff