<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Forum PostgreSQL - LIKE i dużo parametrów dalej]]></title>
		<link>https://forum.postgresql.org.pl/viewtopic.php?id=1934</link>
		<description><![CDATA[Najświeższe odpowiedzi w LIKE i dużo parametrów dalej.]]></description>
		<lastBuildDate>Mon, 20 Jan 2014 10:53:13 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Odp: LIKE i dużo parametrów dalej]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=4983#p4983</link>
			<description><![CDATA[Użyć regexpa.

Np. w twoim przypadku:

where address ~ '00-[27]']]></description>
			<author><![CDATA[dummy@example.com (depesz)]]></author>
			<pubDate>Mon, 20 Jan 2014 10:53:13 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=4983#p4983</guid>
		</item>
		<item>
			<title><![CDATA[LIKE i dużo parametrów dalej]]></title>
			<link>https://forum.postgresql.org.pl/viewtopic.php?pid=4982#p4982</link>
			<description><![CDATA[Czy można jakoś uprościć w SELEKcie jak niżej

WHERE
  (((address) Like '%00-2%' Or (address) Like '%00-7%' ))
    
  zamiast wpisywac kolejne 
  Or (address) Like
  
  żeby pod jednym Like wpisac wszystkie zawartości miedzy apostrofami?]]></description>
			<author><![CDATA[dummy@example.com (wiesiek)]]></author>
			<pubDate>Sun, 19 Jan 2014 21:47:01 +0000</pubDate>
			<guid>https://forum.postgresql.org.pl/viewtopic.php?pid=4982#p4982</guid>
		</item>
	</channel>
</rss>
