<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forum PostgreSQL - odczytanie numeru z łańcucha znaków]]></title>
	<link rel="self" href="http://forum.postgresql.org.pl/extern.php?action=feed&amp;tid=363&amp;type=atom"/>
	<updated>2009-12-17T07:02:50Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.postgresql.org.pl/viewtopic.php?id=363</id>
		<entry>
			<title type="html"><![CDATA[Odp: odczytanie numeru z łańcucha znaków]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=1633#p1633"/>
			<content type="html"><![CDATA[trim będzie idealny 
[code]trim(leading '_' from '_001')[/code]
dzięki ;)]]></content>
			<author>
				<name><![CDATA[WitekS]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=760</uri>
			</author>
			<updated>2009-12-17T07:02:50Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=1633#p1633</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: odczytanie numeru z łańcucha znaków]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=1632#p1632"/>
			<content type="html"><![CDATA[Może substring(..)

[url]http://www.postgresql.org/docs/current/static/functions-string.html[/url]]]></content>
			<author>
				<name><![CDATA[rski]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=26</uri>
			</author>
			<updated>2009-12-16T16:49:43Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=1632#p1632</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[odczytanie numeru z łańcucha znaków]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=1631#p1631"/>
			<content type="html"><![CDATA[mam w bazie tabele o takich nazwach np. _001, _002, _003 itd. potrzebuję funkcji która usunie mi z tego łańcucha podkreślenie "_" i chyba wtedy dopiero mogę zamienić na liczbę czyli coś w tym stylu [code](f_usun_podkreslenie($1)::varchar)::integer[/code]]]></content>
			<author>
				<name><![CDATA[WitekS]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=760</uri>
			</author>
			<updated>2009-12-16T15:08:13Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=1631#p1631</id>
		</entry>
</feed>
