Andre Fortin writes:
> SELECT * from Equipment*;
>
> Is there a way to know from which table each row in the returned record
> set belongs to, as you can do with OO languages.
In 7.1 there will be an implicit column TABLEOID. In 7.0 and earlier
there's no good way short of maintaining such a column manually.
--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/