Re: Table lookup in Postgresql

From: myunt <mehmet(dot)yunt(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: Table lookup in Postgresql
Date: 2013-03-24 14:19:56
Message-ID: 1364134796274-5749455.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

In the example, I made an error in mapping the numbers to indices. It should
be {1,1,1,0,0,0,0,0,1,1}

Thank you David for the solution and pointing out the error.

Mehmet

--
View this message in context: http://postgresql.1045698.n5.nabble.com/Table-lookup-in-Postgresql-tp5749327p5749455.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message dinesh 2013-03-24 20:15:41 ERROR: cannot use aggregate function in RETURNING (in UPDATE)
Previous Message David Johnston 2013-03-22 23:52:04 Re: Table lookup in Postgresql