From: | "cnliou" <cnliou(at)so-net(dot)net(dot)tw> |
---|---|
To: | "" <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: PostgreSQL Advocacy, Thoughts and Comments |
Date: | 2003-11-29 04:37:01 |
Message-ID: | 1070080621.52799.cnliou@so-net.net.tw |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
"Jason Tesser" <JTesser(at)nbbc(dot)edu>
> MySQL cannot even handle sub-queries yet.
Ohh! Really?
Allow me to pay my highest respect to the genius mySQL
programmers!
I completely have no clue on how to construct any single
tiny database on a DBMS having no sub-query capability.
Being too dumb, I solicit mySQL programmers' help by showing
me employee FOO's birthday and his/her latest job title
effective on or before 2003-1-1 from the following tables:
CREATE TABLE t1 (employee TEXT,BirthDay DATE);
CREATE TABLE t2 (employee TEXT,EffectiveDate DATE,JobTitle
TEXT);
And make the result like this:
FOO 1980-1-1 programmer
Please do not give me the answer that you will merge these
two tables to form one like this:
CREATE TABLE t1 (employee TEXT,BirthDay DATE,EffectiveDate
DATE,JobTitle TEXT);
Regards,
CN
From | Date | Subject | |
---|---|---|---|
Next Message | Suchandra Thapa | 2003-11-29 04:41:50 | Re: S.M.A.R.T. hard drives WAS: SCSI vs. IDE performance |
Previous Message | Randolf Richardson | 2003-11-29 04:26:57 | Re: Humor me: Postgresql vs. MySql (esp. licensing) |