<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[Forum PostgreSQL - LIKE i dużo parametrów dalej]]></title>
	<link rel="self" href="http://forum.postgresql.org.pl/extern.php?action=feed&amp;tid=1934&amp;type=atom"/>
	<updated>2014-01-20T10:53:13Z</updated>
	<generator>PunBB</generator>
	<id>https://forum.postgresql.org.pl/viewtopic.php?id=1934</id>
		<entry>
			<title type="html"><![CDATA[Odp: LIKE i dużo parametrów dalej]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=4983#p4983"/>
			<content type="html"><![CDATA[Użyć regexpa.

Np. w twoim przypadku:

where address ~ '00-[27]']]></content>
			<author>
				<name><![CDATA[depesz]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=1564</uri>
			</author>
			<updated>2014-01-20T10:53:13Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=4983#p4983</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[LIKE i dużo parametrów dalej]]></title>
			<link rel="alternate" href="https://forum.postgresql.org.pl/viewtopic.php?pid=4982#p4982"/>
			<content type="html"><![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?]]></content>
			<author>
				<name><![CDATA[wiesiek]]></name>
				<uri>https://forum.postgresql.org.pl/profile.php?id=1682</uri>
			</author>
			<updated>2014-01-19T21:47:01Z</updated>
			<id>https://forum.postgresql.org.pl/viewtopic.php?pid=4982#p4982</id>
		</entry>
</feed>
