Re: [SQL] Selecting * from the base table but getting the inheriteds

2002-10-30 Thread James Adams
ECTED]> To: "James Adams" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, October 30, 2002 9:05 AM Subject: Re: [SQL] Selecting * from the base table but getting the inheriteds > Uz.ytkownik James Adams napisa?: > > Hello, > > > > I have

[SQL] Selecting * from the base table but getting the inheriteds columns

2002-10-29 Thread James Adams
Hello,   I have a "baseTable".  I have a number of decendantTables that INHERIT from the base table.    I want to do somthing like   =>select * from baseTable;   But I want it to return the data in the all the descendant tables along with the extra column that they contain.  How do I do thi