Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql Sql > Re: extracting ...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 5 of 6 Topic 3429 of 3631
Post > Topic >>

Re: extracting words

by postgresql@[EMAIL PROTECTED] (Tarlika Elisabeth Schmitz) Apr 23, 2008 at 03:57 PM

On Wed, 23 Apr 2008 09:13:03 -0400
Alvaro Herrera <alvherre@[EMAIL PROTECTED]
> wrote:

> Tarlika Elisabeth Schmitz wrote:
> 
> > I need to extract the words from department_name and product_name
> > (words are separated by spaces) and get something like:
> > 
> > 1 cakes
> > 1 desserts
> > 1 apple
> > 1 crumble
> > 2 cakes
> > 2 desserts
> > 2 cheese
> > 2 cake
> > 3 starters
> > 3 soups
> > 3 french
> > 3 onion
> > 3 soup
> 
> regexp_split_to_table is handy (8.3 only):
> 
> select pk, regexp_split_to_table(product_name, '[& ]+') from products
> union
> select pk, regexp_split_to_table(dept_name, '[& ]+') from departments;
> 
> Add joins as desired.


This is neat!
Unfortunately, on the machine that I need this, we are running 7.4.

--


Best Regards,

Tarlika Elisabeth Schmitz


A: Because it breaks the logical sequence of discussion
Q: Why is top posting bad? 

-- 
Sent via pgsql-sql mailing list (pgsql-sql@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-sql
 




 6 Posts in Topic:
extracting words
postgresql@[EMAIL PROTECT  2008-04-22 22:25:04 
Re: extracting words
andreas.kretschmer@[EMAIL  2008-04-23 07:18:44 
Re: extracting words
alvherre@[EMAIL PROTECTED  2008-04-23 09:13:03 
Re: extracting words
abaqueiro <abaqueiro@[  2008-04-24 09:07:33 
Re: extracting words
postgresql@[EMAIL PROTECT  2008-04-23 15:57:35 
Re: extracting words
postgresql@[EMAIL PROTECT  2008-04-24 17:12:41 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Thu Aug 21 23:22:36 CDT 2008.