agora inbox for pgsql-sql@postgresql.org
help / color / mirror / Atom feedFrom: A. Sasaki <asasaki@gmail.com>
To: pgsql-sql@lists.postgresql.org
Subject: Re: Regular Expressions
Date: Sun, 4 Nov 2018 09:20:42 -1000
Message-ID: <1D0900B9-EE3F-4960-8762-B7CE6D4D59EE@gmail.com> (raw)
In-Reply-To: <012401d47472$0ebc9240$2c35b6c0$@gmail.com>
References: <012401d47472$0ebc9240$2c35b6c0$@gmail.com>
‘(*\mtext1\M*\mtext2\M)|(*\mtext2\M*\mtext1\M)’
Thanks,
-Andrew-
> On Nov 4, 2018, at 9:10 AM, Mark Williams <markwillimas@gmail.com> wrote:
>
> If I wanted to search for whole words in a field I would use something like:
>
> Select * from mytable where myfield ~* ‘(\mtext1\M) | (\mtext2\M)’
>
> This would find all instances of myfield containing either “text1” or “text2”.
>
> I can’t figure out how to search myfield for all instances which contain “text1” AND “text2”.
>
> In other words | is the OR operator. What is the AND operator. Tried + and whilst that executes, it doesn’t return matching fields.
>
> Thanks
>
> Mark
>
> __
>
view thread (18+ messages) latest in thread
Message-ID: <1D0900B9-EE3F-4960-8762-B7CE6D4D59EE@gmail.com>
Permalink: ../1D0900B9-EE3F-4960-8762-B7CE6D4D59EE@gmail.com/
Also on: postgresql.org/message-id/1D0900B9-EE3F-4960-8762-B7CE6D4D59EE@gmail.com
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: pgsql-sql@postgresql.org
Cc: asasaki@gmail.com, pgsql-sql@lists.postgresql.org
Subject: Re: Regular Expressions
In-Reply-To: <1D0900B9-EE3F-4960-8762-B7CE6D4D59EE@gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox