I have a Postgres database with several tables that inherit from one other. I can SELECT
from the parent table to get results from all it's children, but need to get the name of the table that each result originates from.
The method found here does not work since I am only querying the one table, and do not know which children will be in the results ahead of time.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…