From: | Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com> |
---|---|
To: | Merlin Moncure <mmoncure(at)gmail(dot)com> |
Cc: | pere roca <peroc79(at)gmail(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: interface for "non-SQL people" |
Date: | 2009-10-09 01:16:20 |
Message-ID: | dcc563d10910081816r715b9fa0o86a91870d1837106@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
On Thu, Oct 8, 2009 at 2:22 PM, Merlin Moncure <mmoncure(at)gmail(dot)com> wrote:
>
> The #1 tool you have at your disposal is the human brain. I
> personally think GUI database tools are counter productive and huge
> time wasters. SQL requires lateral thinking but once you have your
> head around how joins work and the general syntax of queries you
> should have no problem getting data out of your database. SQL is a
> 'man machine interface' :-). It's a very high level language with a
> lot of power. The gui 'wrappers' that I've seen actually obfuscate
> the concepts.
Amen to that. I'd rather spend a little bit of my time each week
going over correlated subqueries with a user than trying to get good
performance on a reporting server that's hammered by bad queries.
Which is what a lot of query builders basically do.
From | Date | Subject | |
---|---|---|---|
Next Message | Lew | 2009-10-09 03:34:38 | Re: Best data type to use for sales tax percent |
Previous Message | Rich Shepard | 2009-10-09 00:23:59 | Re: Best data type to use for sales tax percent |