<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forum PostgreSQL - pobranie nazw kolumn z tabeli]]></title>
	<link rel="self" href="http://forum.postgresql.org.pl/extern.php?action=feed&amp;tid=509&amp;type=atom"/>
	<updated>2010-12-05T16:26:55Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.postgresql.org.pl/viewtopic.php?id=509</id>
		<entry>
			<title type="html"><![CDATA[Odp: pobranie nazw kolumn z tabeli]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=2295#p2295"/>
			<content type="html"><![CDATA[No niestety na hibernacie się nie znam]]></content>
			<author>
				<name><![CDATA[rski]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=26</uri>
			</author>
			<updated>2010-12-05T16:26:55Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=2295#p2295</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: pobranie nazw kolumn z tabeli]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=2293#p2293"/>
			<content type="html"><![CDATA[a wiesz może dlaczego zapytanie które podałeś, nie działa w hibernate:>??
ciągle wyrzuca mi sqlgrammarexception, mimo że w pgAdmin zapytanie działa prawidłowo??]]></content>
			<author>
				<name><![CDATA[krystian1db]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=1165</uri>
			</author>
			<updated>2010-12-04T23:19:33Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=2293#p2293</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: pobranie nazw kolumn z tabeli]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=2292#p2292"/>
			<content type="html"><![CDATA[[code]
select column_name from information_schema.columns where column_name like 'band% and table_name='sample'
[/code]
Więcej informacji o takich przydatnych widokach zawartych w information_schema znajdziesz tu
[url]http://www.postgresql.org/docs/current/static/information-schema.html[/url]]]></content>
			<author>
				<name><![CDATA[rski]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=26</uri>
			</author>
			<updated>2010-12-04T22:42:50Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=2292#p2292</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: pobranie nazw kolumn z tabeli]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=2291#p2291"/>
			<content type="html"><![CDATA[widzisz googlowałem trochę, i właśnie nie dostałem odpowiedzi,
dzięki za zainteresowanie, ale powiedz mi czy to zapytanie przeszukuje mi konkretna tabelę?? bo widzisz, robię projekt, i tam muszę pobrać właśnie nazwy kolumn z tabeli 'sample', i to jest ten mankament, którego nie znalazłem w google;), masz jeszcze jakiś pomysł??


udało się, do zamknięcia temat:D]]></content>
			<author>
				<name><![CDATA[krystian1db]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=1165</uri>
			</author>
			<updated>2010-12-04T21:36:10Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=2291#p2291</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: pobranie nazw kolumn z tabeli]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=2290#p2290"/>
			<content type="html"><![CDATA[Szkoda że nie używasz google'a, takie pytania trochę wstyd zadawać na forum.
[code]
select column_name from information_schema.columns where column_name like 'band%'
[/code]
(nie mam pod ręką postgresa więc nie sprawdziłem składni ale chyba nie ma literówek w zapytaniu)]]></content>
			<author>
				<name><![CDATA[rski]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=26</uri>
			</author>
			<updated>2010-12-04T18:49:24Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=2290#p2290</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[pobranie nazw kolumn z tabeli]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=2289#p2289"/>
			<content type="html"><![CDATA[czy jest jakaś możliwość aby w postgresie pobrać nazwy kolumn które zaczynają się na przykładowo "band", czyli aby wyświetliło mi nazy kolumn "banda" , "bandcorr", itp.]]></content>
			<author>
				<name><![CDATA[krystian1db]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=1165</uri>
			</author>
			<updated>2010-12-04T12:25:16Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=2289#p2289</id>
		</entry>
</feed>
