Обсуждение: inserting multiple vales into multiple tables using 1 prepared statement

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

inserting multiple vales into multiple tables using 1 prepared statement

От
"suhail sarwar"
Дата:
Hi,

I need to find a way of inserting multiple values into multiple tables. Is there a simple way of doing this using
postgresql.I am using a prepared Statement for inserting multiple values into 1 table but now I need to input these
intoseveral tables. 

Any ideas.

Sarwar