select from dynamic table names - Mailing list pgsql-general

From Dinesh Kumara
Subject select from dynamic table names
Date
Msg-id 4EB8F3BB.5010406@rezgateway.com
Whole thread Raw
Responses Re: select from dynamic table names  (Pavel Stehule <pavel.stehule@gmail.com>)
List pgsql-general
I have 16 tables which created according to generated MD5 hash.
At the time of execution i tried to retrieve data from a table where table name id dynamic.

table name can be expertdb.rate_AVAIL_[0 to F]

I tried to get this from ;
SELECT * FROM expertdb.rate_AVAIL_ || upper(substring(md5('2011-11-10')from 1 for 1))

but it is giving an error that is error with '||' appender. please someone give me an idea..

--

Thanks and Regards,
Dinesh Kumara,
Software Engineer,
Reservation Gateway Inc,
Email:dinesh@rezgateway.com
www.rezgateway.com

Attachment

pgsql-general by date:

Previous
From: Lori Corbani
Date:
Subject: Re: function within a function/rollbacks/exception handling
Next
From: Alban Hertroys
Date:
Subject: Re: How to inquiry a nest result?