<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forum PostgreSQL - co jest odpowiednikiem '?' w PostgreSQL?]]></title>
	<link rel="self" href="http://forum.postgresql.org.pl/extern.php?action=feed&amp;tid=1931&amp;type=atom"/>
	<updated>2014-01-16T15:00:23Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.postgresql.org.pl/viewtopic.php?id=1931</id>
		<entry>
			<title type="html"><![CDATA[Odp: co jest odpowiednikiem '?' w PostgreSQL?]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=4978#p4978"/>
			<content type="html"><![CDATA[Dziękuję]]></content>
			<author>
				<name><![CDATA[wiesiek]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=1682</uri>
			</author>
			<updated>2014-01-16T15:00:23Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=4978#p4978</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Odp: co jest odpowiednikiem '?' w PostgreSQL?]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=4976#p4976"/>
			<content type="html"><![CDATA[w funkcji LIKE w postgresql odpowiednikiem accessowego * jest %, a ? jest _

Zobacz przykłady z dokumentacji [url=http://www.postgresql.org/docs/current/static/functions-matching.html]Link[/url]
'abc' LIKE 'abc'    true
'abc' LIKE 'a%'     true
'abc' LIKE '_b_'    true
'abc' LIKE 'c'      false]]></content>
			<author>
				<name><![CDATA[c_michal]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=627</uri>
			</author>
			<updated>2014-01-15T07:12:11Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=4976#p4976</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[co jest odpowiednikiem '?' w PostgreSQL?]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=4975#p4975"/>
			<content type="html"><![CDATA[W czymś innym, chyba w Accesie '?' zastępuje jeden znak.  A '*' zastępowało dowolną ilośc znaków. Odpowiednikiem '*' w PostgreSQL jest' %'. A co jest odpowiednikiem '?'  ?]]></content>
			<author>
				<name><![CDATA[wiesiek]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=1682</uri>
			</author>
			<updated>2014-01-15T01:59:38Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=4975#p4975</id>
		</entry>
</feed>
