Elegant way to insert of some value in some tables in shortinstruction

Поиск
Список
Период
Сортировка
От philolilou
Тема Elegant way to insert of some value in some tables in shortinstruction
Дата
Msg-id 7c5f79b8-e04a-f031-5f3f-582f1ba86343@free.fr
обсуждение исходный текст
Ответы RE: Elegant way to insert of some value in some tables in shortinstruction  (David Raymond <David.Raymond@tomtom.com>)
Список pgsql-novice
Hi all,

i'm very novice in SQL and try to find an elegant way to insert some 
values to some tables (that i'll later query with jointure for have a 
view of only desired informations) but in short way.

All manuals i saw until now told me like:

insert into table1 values('value1','value2','value3');

insert into table2 values('value1','value2','value3');


Well, it's nice but doesn't it exists a way to make same in 1 operation?

Thanks for your answer



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

Предыдущее
От: Adam Lipinski
Дата:
Сообщение: RE: Windows Service Stops Responding
Следующее
От: David Raymond
Дата:
Сообщение: RE: Elegant way to insert of some value in some tables in shortinstruction