<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forum PostgreSQL - Kopiowanie danych z jednej tabeli do drugiej]]></title>
	<link rel="self" href="http://forum.postgresql.org.pl/extern.php?action=feed&amp;tid=14338&amp;type=atom"/>
	<updated>2016-11-16T10:10:20Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.postgresql.org.pl/viewtopic.php?id=14338</id>
		<entry>
			<title type="html"><![CDATA[Odp: Kopiowanie danych z jednej tabeli do drugiej]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=17871#p17871"/>
			<content type="html"><![CDATA[Dziękówa, działa super ;)]]></content>
			<author>
				<name><![CDATA[cogi94]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=2987</uri>
			</author>
			<updated>2016-11-16T10:10:20Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=17871#p17871</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: Kopiowanie danych z jednej tabeli do drugiej]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=17870#p17870"/>
			<content type="html"><![CDATA[Może coś takiego

insert into tabela_docelowa (pole1,pole2..)
select pole1,pole2..  from tabela źródłowa ( + np where coś tam)

[url]http://stackoverflow.com/questions/6083132/postgresql-insert-into-select[/url]

Pozdrawiam]]></content>
			<author>
				<name><![CDATA[adamleon]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=873</uri>
			</author>
			<updated>2016-11-16T06:29:55Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=17870#p17870</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Kopiowanie danych z jednej tabeli do drugiej]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=17869#p17869"/>
			<content type="html"><![CDATA[Witam, Pytanie laika.
Mam taką sytuację. Mam tabele dom(id,nr_dom,geom) oraz tabele dom2(id,nr_dom.geom). Chciałbym aby w tabeli dom znalazły się rekordy z tabeli dom2 (pomijając id które jest SERIAL PRIMARY KEY). Szukam czegoś podobnego do SELECT INTO z Microsoft SQL Server,

Dzięki]]></content>
			<author>
				<name><![CDATA[cogi94]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=2987</uri>
			</author>
			<updated>2016-11-15T23:45:42Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=17869#p17869</id>
		</entry>
</feed>
