Re: Visual query builder for PosgreSQL?

From: Satoshi Nagayasu <snaga(at)uptime(dot)jp>
To: Russell Keane <Russell(dot)Keane(at)inps(dot)co(dot)uk>
Cc: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Visual query builder for PosgreSQL?
Date: 2013-02-16 01:41:28
Message-ID: 511EE3C8.1000604@uptime.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

(2013/02/08 20:37), Russell Keane wrote:
>> I'm looking for some good visual query builder which can be used by non-tech people for some ETL tasks. Do you have any recommendation?
>>
>> Now, we're moving our data from Excel to PostgreSQL to deal with large amount of data, and we need to process some ETL tasks, with using JOIN and GROUP BY between tables, up to 10 tables on it.
>>
>> Of course, I can write ad-hoc queries by myself. However, I'd like to allow non-tech people to issue ad-hoc queries with using some visual query builder.
>>
>> I have already looked a query builder feature in pgAdminIII, but I'm not sure whether I can use GROUP BY with it.
>>
>> Do you have any experience or recommendation about visual query builder for PostgreSQL?
>
> You can do joins in the PGAdmin3 query builder but I'm fairly sure you can't do group by's.
>
> Apparently, SQL Manager from here:
> http://www.sqlmanager.net/en/products/postgresql/manager/
> Has a "Visual query builder allowing you to build complicated queries without any knowledge of SQL syntax"

Thanks.
I have started trying "SQL Query for PostgreSQL" from EMS, the company
provides SQL Manager. I think "SQL Query" is the subset of the
SQL Manager, and would be suitable for our purpose.
(and a bit cheaper :)

> I may be shot for even suggesting this (and it is a bit of a hassle) but you could recreate your table structure in MS Access and use its graphical query builder to generate your SQL. It does allow for group by's, counts, etc.

Yeah, I will also look at MS Access as a query builder, although I'm not
familiar with the software so far.

Regards,
--
Satoshi Nagayasu <snaga(at)uptime(dot)jp>
Uptime Technologies, LLC. http://www.uptime.jp

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Satoshi Nagayasu 2013-02-16 01:52:51 Re: Visual query builder for PosgreSQL?
Previous Message René Romero Benavides 2013-02-16 01:01:20 Re: PG9.2.3. Query hanging: SELECT count(*) FROM pg_catalog.pg_class...