All columns from table in a joined query - Mailing list pgsql-sql

From MHahn@seeandswim.com
Subject All columns from table in a joined query
Date
Msg-id 14106936.1156360501724.JavaMail.teamon@b217.teamon.com
Whole thread Raw
Responses Re: All columns from table in a joined query  (Sumeet <asumeet@gmail.com>)
Re: All columns from table in a joined query  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-sql
I've been trying to figure out how to do the following:

Select schedule.* from schedule join meetingday on schedule.id = meetingday.scheduleid where sessionnumber = 165 group
byschedule.* order by min(meetingday.date); 

Is this possible in any way, or do I need to list each field of the schedule table to get all of them?


pgsql-sql by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: SQL92 compliance
Next
From: Scott Petersen
Date:
Subject: Deleting Functions