Elegant way to insert of some value in some tables in shortinstruction - Mailing list pgsql-novice

From philolilou
Subject Elegant way to insert of some value in some tables in shortinstruction
Date
Msg-id 7c5f79b8-e04a-f031-5f3f-582f1ba86343@free.fr
Whole thread Raw
Responses RE: Elegant way to insert of some value in some tables in shortinstruction  (David Raymond <David.Raymond@tomtom.com>)
List 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 by date:

Previous
From: Adam Lipinski
Date:
Subject: RE: Windows Service Stops Responding
Next
From: David Raymond
Date:
Subject: RE: Elegant way to insert of some value in some tables in shortinstruction