Обсуждение: How to copy table?

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

How to copy table?

От
"Jeff"
Дата:
Hi,

How can I copy a table or backup a table within a database?



Re: How to copy table?

От
jdassen@cistron.nl (J.H.M. Dassen (Ray))
Дата:
Jeff <jklcom@mindspring.com> wrote:
>How can I copy a table or backup a table within a database?

SELECT * INTO TABLE newtable FROM originaltable;

HTH,
Ray
--
I'm having trouble keeping my clever schemes separate from my sarcasm.
    Wally