<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Forum PostgreSQL - Odejmowane daty]]></title>
		<link>https://forum.postgresql.org.pl/viewtopic.php?id=213</link>
		<description><![CDATA[Najświeższe odpowiedzi w Odejmowane daty.]]></description>
		<lastBuildDate>Mon, 18 May 2009 08:49:42 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Odp: Odejmowane daty]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=886#p886</link>
			<description><![CDATA[Wystarczy mi tyle ;) dziala wszystko.. Teraz widze akie glupie bledy robie.. Dzieki bardzo:)]]></description>
			<author><![CDATA[dummy@example.com (tidon)]]></author>
			<pubDate>Mon, 18 May 2009 08:49:42 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=886#p886</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Odejmowane daty]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=883#p883</link>
			<description><![CDATA[???
Jak potrzebujesz cos wypisac (5 liter nazwiska) to piszesz to po selecie

[code]
select substr(nazwisko,1,5) ...
[/code]
Sorki ale reszty nie skumałem :)]]></description>
			<author><![CDATA[dummy@example.com (rski)]]></author>
			<pubDate>Mon, 18 May 2009 08:42:43 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=883#p883</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Odejmowane daty]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=881#p881</link>
			<description><![CDATA[mam  2 tabele. Z jednej potrzebuje wlasnie nazwisko (5 liter) a z drugiej tabeli daty i ten NR wypozyczenia. Mam baze firmy o wypozyczeniach samochodow. data wyp- wypozyczenia a odd- to oddania.]]></description>
			<author><![CDATA[dummy@example.com (tidon)]]></author>
			<pubDate>Mon, 18 May 2009 06:37:12 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=881#p881</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Odejmowane daty]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=879#p879</link>
			<description><![CDATA[A co chcesz uzyskac?]]></description>
			<author><![CDATA[dummy@example.com (rski)]]></author>
			<pubDate>Mon, 18 May 2009 06:34:11 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=879#p879</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Odejmowane daty]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=878#p878</link>
			<description><![CDATA[a gdzie to powinienem wstawic? Mam tak:

select NAZWISKO ,NR_WYPOZYCZENIA, DATA_WYP, DATA_ODD from wypozyczenia JOIN klienci SUBSTR (NAZWISKO, 1, 5);

Ale przy tym mam blad.]]></description>
			<author><![CDATA[dummy@example.com (tidon)]]></author>
			<pubDate>Mon, 18 May 2009 06:20:10 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=878#p878</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Odejmowane daty]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=876#p876</link>
			<description><![CDATA[ale 
[code]
substring('Thomas' from 2 for 3)
[/code]
jest równoważne
[code]
substr('Thomas',2,3)
[/code]
Próbowałeś tą drugą składnię z nazwą kolumny? Powinno działać]]></description>
			<author><![CDATA[dummy@example.com (rski)]]></author>
			<pubDate>Sat, 16 May 2009 09:22:25 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=876#p876</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Odejmowane daty]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=873#p873</link>
			<description><![CDATA[RObie to z 5 pierwszymi literami nazwiska ale na strone ktora podales jest tylko przyklad z danym  nazwiskiem (substring('Thomas' from 2 for 3) . A nie idzie jak zamiast thomas wpisuje nazwe kolumny:|]]></description>
			<author><![CDATA[dummy@example.com (tidon)]]></author>
			<pubDate>Fri, 15 May 2009 06:55:37 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=873#p873</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Odejmowane daty]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=871#p871</link>
			<description><![CDATA[Dzięki bardzo:)]]></description>
			<author><![CDATA[dummy@example.com (tidon)]]></author>
			<pubDate>Thu, 14 May 2009 18:27:49 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=871#p871</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Odejmowane daty]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=866#p866</link>
			<description><![CDATA[Polecam lekturę manuala  - jest naprawdę przyjazny. 
Pierwszy problem rozwiążesz używając funkcji z tego manual'a - [url]http://www.postgresql.org/docs/8.3/static/functions-datetime.html[/url]
Drugi problem rozwiążesz używając funkcji z tego manual'a - [url]http://www.postgresql.org/docs/current/static/functions-string.html[/url]]]></description>
			<author><![CDATA[dummy@example.com (orcus)]]></author>
			<pubDate>Thu, 14 May 2009 12:13:32 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=866#p866</guid>
		</item>
		<item>
			<title><![CDATA[Odp: Odejmowane daty]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=861#p861</link>
			<description><![CDATA[I jeszcze jedno. Mam wyswietlic tylko 5 poczatkowych liter z nazwiska (np Kowalski  =  Kowal) .

Dzieki]]></description>
			<author><![CDATA[dummy@example.com (tidon)]]></author>
			<pubDate>Thu, 14 May 2009 10:25:22 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=861#p861</guid>
		</item>
		<item>
			<title><![CDATA[Odejmowane daty]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=860#p860</link>
			<description><![CDATA[Witam. Mam za zadanie napisac zapyanie, ktorym  musze pobrac z tabeli 2 kolumny. Jedna jak i druga to data. Musze odac jedna od drugiej i podac wynik (np. 2004-02-03  -  2004-01-16 = 19) Wie ktos jak to zrobic?

Dziekuje i Pozdrawiam TidoN]]></description>
			<author><![CDATA[dummy@example.com (tidon)]]></author>
			<pubDate>Thu, 14 May 2009 10:22:34 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=860#p860</guid>
		</item>
	</channel>
</rss>
