Re: Newsgroups/sites for SQL questions?

From: "scott(dot)marlowe" <scott(dot)marlowe(at)ihs(dot)com>
To: Jean-Christian Imbeault <jc(at)mega-bucks(dot)co(dot)jp>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Newsgroups/sites for SQL questions?
Date: 2003-04-01 16:19:01
Message-ID: Pine.LNX.4.33.0304010913200.13402-100000@css120.ihs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, 1 Apr 2003, Jean-Christian Imbeault wrote:

> After having gotten my DB up and running and doing what it should I am
> now getting to the point where I understand my data and have some
> somewhat complicated queries I would like to run against it.
>
> Unfortunately I'm having trouble with coming up with the SQL queries
> that retrieve the data I want.
>
> Can anyone recommend some newsgroups or sites where questions on
> constructing SQL queries are welcomed?
>
> Since these would be purely SQL questions and not really related to
> postgres I they don't really belong on the PG mailing list.

There are also some on the web on places like dev shed and phpbuilder.

PHPBuilder is a place where a lot of beginners go, especially MySQL
beginners using PHP. devshed is a little more advanced, but there's still
some good novice areas too.

My other recommendation would be to pick up a good SQL / Database theory
book. If you're getting a feel for SQL then try J Celcko's "SQL for
Smarties" and his other SQL books are pretty good too, and entertaining as
well.

And, if you just wanna read the archive of USENET past and such, you can
use groups.google.com, look for comp.databases.postgresql

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Peter Choe 2003-04-01 16:26:47 Re: stored procedure
Previous Message Tom Lane 2003-04-01 16:09:34 Re: Trigger functions