Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Dec 1999 15:01:43 -0500 (EST)
From:      "Marc G. Fournier" <scrappy@hub.org>
To:        Berend de Boer <berend@pobox.com>
Cc:        freebsd-database@FreeBSD.ORG
Subject:   RE: What database i can use?
Message-ID:  <Pine.BSF.4.21.9912261500560.13180-100000@hub.org>
In-Reply-To: <001d01bf4e3a$f89a3a70$0321a8c0@bmach.nederware.nl>

next in thread | previous in thread | raw e-mail | index | archive | help


On Fri, 24 Dec 1999, Berend de Boer wrote:

> > What is recommended: Oracle, MySQL, PostgreSQL or
> > another?
> 
> Oracle costs money, hard to setup, but most features.
> 
> MySQL isn't a real RDBMS, so not an option.
> 
> Leaves PostgreSQL. Stable and reasonably fast. Doesn't support full ANSI92
> SQL (no JOIN statement for example). But has many other features.

JOIN statement?  I take it that this is different then:

SELECT a.field1, b.field2 from table1 a, table2 b where a.key = b.key




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-database" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.9912261500560.13180-100000>